Subdomain Posts
None | 26 days ago
DOS | 54 days ago
DOS | 155 days ago
DOS | 635 days ago
DOS | 635 days ago
DOS | 635 days ago
Recent Posts
JavaScript | 10 sec ago
OCaml | 12 sec ago
None | 14 sec ago
JavaScript | 19 sec ago
None | 29 sec ago
JavaScript | 29 sec ago
JavaScript | 37 sec ago
JavaScript | 48 sec ago
None | 56 sec ago
JavaScript | 1 min ago
Sitereport
Find cool info about any domain on the internet?
visit sitereport
Free Subdomains
Want a pastebin.com sub-domain for your community?
learn more...
What is pastebin?
Pastebin is a website that hosts all your text & code on dedicated servers for easy sharing.
learn more...
By Midna on the 23rd of Jun 2008 05:57:42 PM
Download |
Raw |
Embed |
Report
REM Recovery program for NetHack.
REM Please note this is incomplete as of yet.
REM Also, "REM" is akin to "//" as a comment line. I'm not sure that "//" works with DOS.
cls
echo Setting parameters...
:settvars
set /P recfile=Please enter the name of the character to be recovered:
:recovchk
echo Searching
for file
(s
) with given name....
set prorecfile=user-
%recfile%.0
set /P recconfirm=Recover file
%prorecfile%?
[yn
]
if recconfirm==y
(goto recovery
)
if recconfirm==Y
(goto recovery
)
:canclrec
echo You have cancelled the recovery process. The program will now close.
:recovery
echo Recovering
%prorecfile%....
recover %prorecfile%
:errorchk
:exitprog
Submit a correction or amendment below.
Make A New Post