home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / s / sr2trn.zip / SR2TRN.BAT < prev    next >
DOS Batch File  |  1991-04-07  |  875b  |  34 lines

  1. @echo off
  2. if "%1"=="" goto help
  3. cls
  4. type cred.ans
  5. pause > nul
  6. cls
  7. echo Installing Cheat on "%1.SAV" ...
  8. copy %1.SAV %1.BAK > nul
  9. debug %1.SAV < SR2TRN.DAT > NUL
  10. echo.
  11. echo Trainer Installed.
  12. echo you should now have enough money to win.
  13. echo NOTE: %1.BAK is the original save game. If problems occur, this
  14. echo file can be restored and re-patched.
  15. echo.
  16. goto end
  17. :help
  18. echo.
  19. echo Street Rods ][ - Unlimited Bankroll Trainer
  20. echo Brought to you by Wild Gunman of The Cutting Edge.
  21. echo.
  22. echo This cheat will give you $285+ million! (nice if it was real)
  23. echo only needs to install once, unless you RUN OUT of money.. HA!
  24. echo.
  25. echo USAGE: SR2TRN.BAT [SAVENAME]
  26. echo.
  27. echo note that the extension .SAV need not be specified, and that a backup
  28. echo copy of your original save game will be made.
  29. echo.
  30. echo Have fun! - 4-6-91
  31. echo.
  32. goto end
  33. :end
  34.