home *** CD-ROM | disk | FTP | other *** search
/ Time Riders in American History / TR_AMAZ.BIN / tr / tr.bat < prev    next >
DOS Batch File  |  1994-07-21  |  703b  |  29 lines

  1. echo off
  2. REM Time Riders Version 1.0
  3. REM Install Version 2.0
  4. REM July 20, 1994
  5. cls
  6. if not exist \tlc\tr\tr.exe goto :notthere
  7. if exist \mouse.com \mouse > nul:
  8. echo Loading Time Riders in American History.
  9. c:
  10. cd \tlc\tr
  11. tr.exe %1 %2 %3 %4 %5
  12. if errorlevel 2 goto nomem
  13. if errorlevel 1 goto novideo
  14. goto :end
  15. :notthere
  16. echo Time Riders in American History could not
  17. echo be found on this drive.
  18. goto end
  19. :nomem
  20. echo There is not enough memory available
  21. echo to run Time Riders in American History.
  22. echo See Troubleshooting in the User's Guide.
  23. goto end
  24. :novideo
  25. echo The appropriate color adapter could not be found.
  26. echo Please see Troubleshooting in the User's Guide.
  27. :end
  28.  
  29.