home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / wps / games / adventur / hack / gohack.cmd < prev    next >
OS/2 REXX Batch file  |  1988-11-05  |  193b  |  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.