home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Otherware
/
Otherware_1_SB_Development.iso
/
amiga
/
utility
/
misc
/
twilight.lha
/
TZ
/
Install.script
< prev
next >
Wrap
Text File
|
1992-08-22
|
572b
|
37 lines
FailAt 20
Echo "*nTwilight Zone Installation Script*n"
Ask "Install Twilight Zone ?"
If NOT WARN
Skip Aborted
EndIf
Echo ""
Version >NIL: LIBS:arp.library
If ERROR
Copy libs/arp.library LIBS:arp.library
Echo "arp.library copied to your Libs: directory."
EndIf
Version >NIL: LIBS:intuisup.library
If ERROR
Copy libs/intuisup.library LIBS:intuisup.library
Echo "intuisup.library copied to your Libs: directory."
EndIf
Lab INSTALLED
Echo ""
Echo "Installation complete.*n"
Skip END
Lab ABORTED
Echo "*nInstallation aborted!*n"
Lab END
Wait 5
EndCLI >NIL: