home *** CD-ROM | disk | FTP | other *** search
/ Der Mediaplex Sampler - Die 6 von Plex / 6_v_plex.zip / 6_v_plex / DISK1 / GAMES_14 / EDIT300.ZIP / VICTCHT.ZIP / RUNCHEAT.BAT next >
DOS Batch File  |  1990-01-15  |  1KB  |  53 lines

  1. echo off
  2. cls
  3. echo . Victory Road Cheat - January 15, 1990
  4. echo .
  5. echo . This cheat will give you unlimited men in the game.
  6. echo .
  7. echo . Make sure 'AA.PTL', 'AB.PTL', and 'AC.PTL' is in your current
  8. echo . sub-directory, then
  9. echo .
  10. pause
  11. IF '%1' == '' GOTO HELP
  12. IF %1 == r GOTO RESTORE
  13. IF %1 == c GOTO CHEAT
  14. IF %1 == d GOTO DELETE
  15. GOTO END
  16. :DELETE
  17. del victcht.bat
  18. del victres.bat
  19. echo All cheat batch files deleted. - Rescue Raider API
  20. del runcheat.bat
  21. :RESTORE
  22. debug < victres.bat
  23. cls
  24. echo Your game is now in normal play mode. - Rescue Raider [API]
  25. GOTO END
  26. :CHEAT
  27. debug < victcht.bat
  28. cls
  29. echo You now have unlimited men! - Rescue Raider [API]
  30. GOTO END
  31. :HELP
  32. cls
  33. echo +-----------------------------------------------+
  34. echo  Type 'runcheat r' to restore game to normal
  35. echo  Type 'runcheat c' to install the cheat
  36. echo  Type 'runcheat d' to delete cheat batch files
  37. echo +-----------------------------------------------+
  38. :END
  39. echo .
  40. echo Call these fine boards:
  41. echo .
  42. echo Solsbury Hill ][ - Home to API
  43. echo 301-428-3268, 2400 baud, 20 megs (temporary setup)
  44. echo .
  45. echo The Cemetery Gates
  46. echo 818-575-1887, 9600 baud, 100+ megs
  47. echo .
  48. echo The Roach Motel - INC dist. site
  49. echo 818-369-2083, 14.4k baud, 100+ megs
  50. echo .
  51.  
  52.  
  53.