home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_progs
/
txttools
/
tked.lha
/
Install.script
< prev
next >
Wrap
Text File
|
1992-06-26
|
1KB
|
46 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."
Ask "Install special Kickstart 2.0 version of reqtools.library (37.726) ?"
If WARN
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
EndIf
Ask "Install Kickstart 1.2/1.3 version of reqtools.library (37.600) ?"
If NOT WARN
Skip END
EndIf
Copy TKEd:libs/kick13/reqtools.library LIBS:reqtools.library
Echo "*nreqtools.library copied to your Libs: directory."
Lab END
ECHO "*nInstallation of TKEd*n"
ECHO "OK. Wait..."
Install
ECHO "OK. Now start TKEd_Assign from the directory where"
ECHO " you have installed TKEd"
Wait 3
EndCLI >NIL: