home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 2: PC
/
frozenfish_august_1995.bin
/
bbs
/
d09xx
/
d0936.lha
/
TKEd
/
Install.script
< prev
next >
Wrap
Text File
|
1993-12-20
|
797b
|
36 lines
; Script file to install TKEd and reqtools.library 37
ECHO "assign TKEd:"
ASSIGN TKEd: ""
FailAt 20
Echo "*nInstallation of reqtools.library*n"
Version >NIL: LIBS:reqtools.library
If NOT ERROR
Echo "Version of reqtools.library already installed:"
Version LIBS:reqtools.library
Echo ""
EndIf
Version >NIL: exec.library 37
If NOT WARN
Echo "Your Amiga has AmigaDOS Release 2 (V37) or higher in ROM."
Copy TKEd:libs/kick20/reqtools.library LIBS:reqtools.library
Echo "*nreqtools.library (2.0 version) copied to your Libs: directory."
Avail >NIL: FLUSH
Skip END
EndIf
Copy TKEd:libs/kick13/reqtools.library LIBS:reqtools.library
Echo "*nreqtools.library copied to your Libs: directory."
Avail >NIL: FLUSH
Lab END
ECHO "*nInstallation of TKEd*n"
ECHO "OK. Wait..."
Install
EndCLI >NIL: