home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- disp pcf0 2
- disp pcfiss5 1
-
- :start
- nocurs
- disp pcfiss5 2
- getkey deqtlx
-
- if errorlevel 6 goto quit
- if errorlevel 5 goto bio
- if errorlevel 4 goto disk
- if errorlevel 3 goto quik
- if errorlevel 2 goto egaint
- if errorlevel 1 goto death
-
- :egaint
- disp pcfiss53 2
- getkey yn
-
- if errorlevel 2 goto start
- if errorlevel 1 goto egaint2
-
- :egaint2
- cd\egaint
- egaint
- cd\
- goto start
-
- :death
- disp pcfiss52 2
- getkey yn
-
- if errorlevel 2 goto start
- if errorlevel 1 goto death2
-
- :death2
- cd death
- dbdemo
- cd\
- goto start
-
- :disk
- go
- goto start
-
- :bio
- disp pcfiss54 2
- getkey yn
-
- if errorlevel 2 goto start
- if errorlevel 1 goto bio2
-
- :bio2
- cd bio
- bio
- cd\
- goto start
-
- :quik
- disp pcfiss55 2
- getkey yn
-
- if errorlevel 2 goto start
- if errorlevel 1 goto quik2
-
- :quik2
- cd quik
- quik
- cd\
- goto start
-
- :quit
- cls
- echo thankyou for using the PC Format coverdisk.
- cd\
- pause
-