home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / wps / games / adventur / hack / gohack.bat < prev    next >
DOS Batch File  |  1988-11-05  |  165b  |  12 lines

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