home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Spiele Shareware
/
os2games.iso
/
os2games
/
advent
/
hack
/
gohack.cmd
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1988-11-05
|
193 b
|
15 lines
@echo off
call os2init
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
pause
exit