home *** CD-ROM | disk | FTP | other *** search
- @echo off
- @cls
- @echo There are three Star Trek Preview demos:
- @echo an Interactive demo
- @echo a Rolling demo
- @echo a Continuous rolling demo
- @echo Press the appropriate key: [I,R or C]
- getkey.exe
- @if errorlevel==3 goto Cont
- @if errorlevel==2 goto Roll
-
- stprevu demo.shi
- goto end
-
- :Roll
- stprevu demoonce.shi
- goto end
-
- :Cont
- stprevu democont.shi
-
- :end
-