home *** CD-ROM | disk | FTP | other *** search
/ Platinum 3D Action / Image(1).bin / rott.bat < prev    next >
Encoding:
DOS Batch File  |  1995-08-01  |  745 b   |  23 lines

  1. @echo off
  2. rem
  3. rem This batch file is an example of how to play Rise of the Triad directly
  4. rem from the CD-ROM.  Please examine all directory references below.  This
  5. rem example batch file assumes that you have this batch file in C:\ROTTCD.
  6. rem It also assumes that your CD-ROM drive is E:.  If any of this is incorrect,
  7. rem you will need to alter this batch file before using it.  The APOGEECD
  8. rem variable must be set to the same directory this batch file is in, or you
  9. rem may have problems.
  10. rem
  11. rem The default directory on your hard drive is C:\ROTTCD
  12. rem The default CD-ROM drivespec is E:
  13. rem The default APOGEECD variable is C:\ROTTCD
  14. rem
  15. SET APOGEECD=C:\ROTTCD
  16. pause
  17. e:
  18. cd\rottplay
  19. setup
  20. c:
  21. cd\rottcd
  22. SET APOGEECD=
  23.