home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD-ROM Today (BR) Volume 4 #16
/
Cdrtv4n16.iso
/
Jogos
/
Football
/
INSTALL.FIL
< prev
next >
Wrap
Text File
|
1998-01-07
|
2KB
|
108 lines
' **** Football Masters Install Script ****
BACKGROUND 127
LANGUAGE ENGLISH
BORDER 0
TELESCOPE OFF
WINOPEN 0 2 30
" Football Masters 97/98 "
""
" version 8.02"
""
" ESP Software"
" 5th of January 1998"
' **** Input Drive and Path ****
:START
SPACE 20000
DRIVE C 0 12 127 112 0 18 95
PATH \FM98 0 12 127 112 0 18 95
WINOPEN 0 12 95
"Football Masters will now be installed to"
""
""
""
"Press [Y] to continue or [N] to start again."
WINUPDATE +4 +3 94
"~1~2."
ASK +46 +5
WINCLOSE
JUMP.NO START
JUMP.FAIL INSTALL_FAILURE
' **** Copy Root Directory Files ****
SHELL
"pkunzip -d -o ~0\fm98net.zip ~1~2\"
' *** Create Data & Batch Files ****
DELETE ~0\fm98net.zip 23 10 127
DELETE ~0\pkunzip.exe 23 10 127
DELETE ~0\install.exe 23 10 127
DELETE ~0\install.fil 23 10 127
:BATCH
EXIST ~1~2\Pathname.DAT
JUMP.YES HELP_BATCH
FILE ~1~2\Pathname.DAT
"~1~2\SaveGame\"
:HELP_BATCH
EXIST ~1~2\FM_Help.BAT
JUMP.YES WIN95
FILE ~1~2\FM_Help.BAT
"@~1"
"@cd ~2"
"@cls"
"@echo To start Football Masters, type"
"@echo."
"@echo ~1"
"@echo cd ~2"
"@echo FM98"
"@echo."
"@echo and press ENTER."
"@echo."
:WIN95
WINOPEN 0 12 95
"Is Windows '95 installed on this PC?"
""
" Press [Y] for YES or [N] for NO. "
ASK +45 +3
WINCLOSE
JUMP.NO GO_BATCH
EXIST ~1~2\FM98.PIF
JUMP.YES SUCCESS
COPY FM98.PIF ~1~2\FM98.PIF 23 10 127
'JUMP SUCCESS
:GO_BATCH
'EXIST ~1\FM.BAT
'JUMP.YES SUCCESS
'FILE ~1\FM.BAT
'"@~1"
'"@cd ~2"
'"@FM.BAT %1"
:SUCCESS
WINOPEN 0 12 95
"Football Masters has installed"
"successfully in the directory"
""
""
""
"Press the [Enter] key to continue."
WINUPDATE +4 +4 94
"~1~2."
WAIT +36 +6
WINCLOSE
SHELL
"echo Please wait a moment..."
"attrib -r ~1~2\*.* /s"
RUN ~1~2\FM_Help.BAT
END
:INSTALL_FAILURE
WINOPEN 0 12 95
"THE INSTALLATION PROGRAM FAILED PRIOR TO COMPLETION"
""
"Possible reasons:"
" - Your Hard Disk does not have enough space for all the files."
" - The original CD was damaged during shipping."
""
rem "Press [Enter] to remove incomplete program files."
WAIT 62 20
WINCLOSE
SHELL
END