home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
-
- :start
- nocurs
- disp pcfiss2 1
- getkey abcf
-
- if errorlevel 4 goto quit
- if errorlevel 3 goto silent
- if errorlevel 2 goto pcboss
- if errorlevel 1 goto cadvr
-
- :cadvr
- cls
- cd \cadaver
- cadaver
- cd\
- cls
- goto start
-
- :pcboss
- cls
- cd \boss
- pcboss
- cd\
- goto start
-
- :silent
- cls
- cd \silence
- silence
- cd\
- pause
- goto start
-
- :quit
- cls
- echo thankyou for using the PCF Cover Disk.
- cd\
- pause