home *** CD-ROM | disk | FTP | other *** search
- echo off
- :start
- cls
- main
- getkey gdstckx
- if errorlevel 7 goto quit
- if errorlevel 6 goto klotz
- if errorlevel 5 goto cfg
- if errorlevel 4 goto txt
- if errorlevel 3 goto sed
- if errorlevel 2 goto disk
- if errorlevel 1 goto gob
-
- :gob
- cls
- md c:\games
- md c:\games\gobliins
- echo Please wait as the PC FORMAT Coverdisk copies the relevant
- echo files to C:\GAMES\GOBLIINS...
- pause
- copy gob.exe c:\games\gobliins
- cls
- drive
- getkey ab
- if errorlevel 2 goto gobb
- if errorlevel 1 goto goba
-
- :gobb
- cls
- echo Restoring Gobliins 2 to its full size...
- c:
- cd\games\gobliins
- gob
- del gob.exe
- call c:\games\gobliins\go
- cd\
- b:
- goto start
-
- :goba
- cls
- echo Restoring Gobliins 2 to its full size...
- c:
- cd\games\gobliins
- gob
- del gob.exe
- call c:\games\gobliins\go
- cd\
- a:
- goto start
-
- :disk
- cls
- echo Please wait as the PC FORMAT Coverdisk copies the revant files
- echo to C:\PCF\DISKTOOL
- md c:\pcf
- md c:\pcf\disktool
- copy disktl.exe c:\pcf\disktool
- cls
- drive
- getkey ab
- if errorlevel 2 goto diskb
- if errorlevel 1 goto diska
-
- :diskb
- cls
- c:
- cd\pcf\disktool
- disktl
- del disktl.exe
- disktool
- b:
- goto start
-
- :diska
- cls
- c:
- cd\pcf\disktool
- disktl
- del disktl.exe
- disktool
- a:
- goto start
-
- :sed
- cls
- echo Please wait as the PC FORMAT Coverdisk copies the relevant files
- echo to C:\PCF\SED
- md c:\pcf
- md c:\pcf\sed
- copy sedh.exe c:\pcf\sed
- cls
- drive
- getkey ab
- if errorlevel 2 goto sedb
- if errorlevel 1 goto seda
-
- :sedb
- cls
- c:
- cd\pcf\sed
- sedh
- del sedh.exe
- b:
- goto start
-
- :seda
- cls
- c:
- cd\pcf\sed
- sedh
- del sedh.exe
- a:
- goto start
-
- :txt
- cls
- echo Please wait as the PC FORMAT Coverdisk copies the relevant files
- echo to C:\UTILS
- md c:\utils
- copy text.exe c:\utils
- cls
- drive
- getkey ab
- if errorlevel 2 goto txtb
- if errorlevel 1 goto txta
-
- :txtb
- cls
- c:
- cd\utils
- text
- del text.exe
- b:
- goto start
-
- :txta
- cls
- c:
- cd\utils
- text
- del text.exe
- a:
- goto start
-
- :cfg
- cls
- echo Please wait as the PC FORMAT Coverdisk copies the relevant files
- echo to C:\UTILS
- md c:\utils
- copy cfg_100.exe c:\utils
- cls
- drive
- getkey ab
- if errorlevel 2 goto cfgb
- if errorlevel 1 goto cfga
-
- :cfga
- cls
- c:
- cd\utils
- cfg_100
- del cfg_100.exe
- a:
- goto start
-
- :cfgb
- cls
- c:
- cd\utils
- cfg_100
- del cfg_100.exe
- b:
- goto start
-
- :klotz
- cls
- echo Please wait as the PC FORMAT Coverdisk copies the relevant files
- echo to C:\GAMES\KLOTZ
- md c:\games
- md c:\games\klotz
- copy klo.exe c:\games\klotz
- cls
- drive
- getkey ab
- if errorlevel 2 goto klotzb
- if errorlevel 1 goto klotza
-
- :klotzb
- cls
- c:
- cd\games\klotz
- klo
- del klo.exe
- b:
- goto start
-
- :klotza
- cls
- c:
- cd\games\klotz
- klo
- del klo.exe
- a:
- goto start
-
- :quit
- cls
- good
- getkey x
- if errorlevel 1 goto exit
-
- :exit
- cls
- echo on
-