home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Spiele Shareware / os2games.iso / os2games / advent / hack / gohack.cmd < prev    next >
Encoding:
Text File  |  1988-11-05  |  193 b   |  15 lines

  1. @echo off
  2. call os2init
  3. cd\hack
  4. del bones.*
  5. if "%1"=="" goto start
  6. if "%1"=="old" goto oldgame
  7. copy %1 thor.sav
  8. goto :start
  9. :oldgame
  10. copy thor.gam thor.sav
  11. :start
  12. hack
  13. pause
  14. exit
  15.