home *** CD-ROM | disk | FTP | other *** search
/ Crazy Collection 1 / CC-01.iso / GAMES_1 / ALONE / ALONE1 / DATA.A00 / ALONECHT.BAT < prev    next >
Encoding:
DOS Batch File  |  1992-11-12  |  522 b   |  15 lines

  1. @echo off
  2. echo Patching your saved games of Alone In The Dark for 9999 bullets and 9999 energy
  3. echo Copying saved games to SAVE?.SAV (Originals are SAVE?.ITD). Is DEBUG in PATH?
  4. echo Hit CTRL-C if you have second thoughts, ENTER to patch.
  5. pause
  6. if not exist SAVE?.ITD goto fail
  7. copy SAVE?.ITD SAVE?.SAV >nul
  8. echo Files copied, patching saved games...
  9. for %%a in (SAVE?.ITD) do debug %%a <ALONECHT.DBG >nul
  10. echo ╓╥╖ε┼∩╚ guru reporting : All done.
  11. goto exit
  12. :fail
  13. echo No saved games found (SAVE*.ITD) !
  14. :exit
  15.