home *** CD-ROM | disk | FTP | other *** search
- @echo off
- :start
- cls
- disk1
- getkey asx
-
- if errorlevel 3 goto quit
- if errorlevel 2 goto screened
- if errorlevel 1 goto armdemo
-
- :armdemo
- cls
- cd armdemo
- armour
- cd\
- goto start
-
- :screened
- cls
- cd screened
- screened
- cd\
- goto start
-
- :quit
- cls
- goodbye
- getkey x
- if errorlevel 1 goto exit
- :exit
- echo on
- cls
-