home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
-
- :start
- nocurs
- disp pcfiss1 1
- getkey abcdefg
-
- if errorlevel 7 goto quit
- if errorlevel 6 goto spark
- if errorlevel 5 goto nocursd
- if errorlevel 4 goto lhadoc
- if errorlevel 3 goto sb2hdsk
- if errorlevel 2 goto sbii
- if errorlevel 1 goto mig29
-
- :mig29
- disp pcfiss12 2
- cd \mig29II
- mig29m
- cd \
- goto start
-
- :sbii
- cls
- echo off
- echo Please ensure that the PCF Cover disk is in Drive B:
- echo Should this disk be in drive A: the install program will
- echo fail. Should this happen, please re-insert drive B: and type
- echo PCF [Enter] at the relevant DOS prompt.
- pause
- b:
- cd \sb2
- disk3
- cd\
- goto start
-
- :lhadoc
- cls
- cd \sb2
- type lha.doc |more
- cd\
- pause
- goto start
-
- :sb2hdsk
- cls
- c:
- md sb2
- cd sb2
- copy a:\sb2\*.* c:\sb2
- echo Please insert blank formated disk in drive A:
- pause
- disk3
- a:
- setup
- demo
- echo Please insert PCF cover disk in drive A:
- pause
- pcf
- goto start
-
- :nocursd
- cls
- type nocurs.doc |more
- pause
- goto start
-
- :spark
- cls
- cd \sparks
- sparks
- cd\
- echo If you leave the PC alone for about tem minutes, a firework display
- echo on your very own PC.
- pause
- goto start
-
- :quit
- cls
- echo thankyou for using the PCF Cover Disk.
- cd\
- pause
-
-