home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
-
- disp menu\pcf0 1
- disp menu\pcfiss7 1
-
- :start
- nocurs
- disp menu\pcfiss7 2
- getkey bonex
-
- if errorlevel 5 goto quit
- if errorlevel 4 goto egatrek
- if errorlevel 3 goto newart
- if errorlevel 2 goto oct
- if errorlevel 1 goto blast
-
- :egatrek
- cd egatrek
- egatrek
- cd..
- goto start
-
- :newart
- cd newart
- newart
- cd..
- goto start
-
- :oct
- cd oct
- oct18
- cd..
- goto start
-
- :blast
- disp menu\blastin 2
- getkey cbam
-
- if errorlevel 4 goto start
- if errorlevel 3 goto insta
- if errorlevel 2 goto instb
- if errorlevel 1 goto instc
-
- :insta
- cls
- copy \blast\*.* a:
- echo For details on how to run Blast, please refer to the disk pages
- pause
- goto start
-
- :instb
- cls
- copy \blast\*.* b:
- echo For details on how to run Blast, please refer to the disk pages
- pause
- goto start
-
- :instc
- cls
- md c:\blast
- copy \blast\*.* c:\blast
- echo For details on how to run Blast, please refer to the disk pages
- pause
- goto start
-
- :quit
- cls
- disp menu\pcfend 2
- pause
- cursor
- cls