home *** CD-ROM | disk | FTP | other *** search
- @echo off
- rem
- rem This batch file is an example of how to play Rise of the Triad directly
- rem from the CD-ROM. Please examine all directory references below. This
- rem example batch file assumes that you have this batch file in C:\ROTTCD.
- rem It also assumes that your CD-ROM drive is E:. If any of this is incorrect,
- rem you will need to alter this batch file before using it. The APOGEECD
- rem variable must be set to the same directory this batch file is in, or you
- rem may have problems.
- rem
- rem The default directory on your hard drive is C:\ROTTCD
- rem The default CD-ROM drivespec is E:
- rem The default APOGEECD variable is C:\ROTTCD
- rem
- SET APOGEECD=C:\ROTTCD
- pause
- e:
- cd\rottplay
- setup
- c:
- cd\rottcd
- SET APOGEECD=
-