home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / os2 / games / hack / gohack.bat < prev    next >
Encoding:
DOS Batch File  |  1988-11-05  |  165 b   |  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.