home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Professional
/
OS2PRO194.ISO
/
os2
/
wps
/
games
/
adventur
/
hack
/
gohack.bat
< prev
next >
Wrap
DOS Batch File
|
1988-11-05
|
165b
|
12 lines
echo off
cd\hack
del bones.*
if "%1"=="" goto start
if "%1"=="old" goto oldgame
copy %1 thor.sav
goto :start
:oldgame
copy thor.gam thor.sav
:start
hack