home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
World of A1200
/
World_Of_A1200.iso
/
programs
/
disk
/
antivirus_utils
/
viresz3
/
install.script
< prev
next >
Wrap
Text File
|
1995-02-27
|
1KB
|
48 lines
; Script file to install reqtools.library and decrunch.library.
; Based on Nico François's reqtools installation script.
FailAt 20
Echo "VirusZ Library Installation Script"
Version >NIL: LIBS:reqtools.library
If NOT ERROR
Echo "Version of reqtools.library already installed:"
Version LIBS:reqtools.library
EndIf
Ask "Install reqtools.library?"
If NOT WARN
Echo "Installation of reqtools.library aborted!"
Skip INSTALLDECR
EndIf
Version >NIL: exec.library 37
If NOT WARN
Echo "Your Amiga has Kickstart 2.0 (v37) or higher in ROM."
Ask "Install special AmigaDOS Release 2 version of reqtools.library ?"
If WARN
Copy libs/reqtools.library.20 LIBS:reqtools.library
Echo "reqtools.library (2.0 version) copied to your LIBS: directory."
Skip INSTALLDECR
EndIf
EndIf
Copy libs/reqtools.library.13 LIBS:reqtools.library
Echo "reqtools.library copied to your LIBS: directory."
Lab INSTALLDECR
Version >NIL: LIBS:decrunch.library
If NOT ERROR
Echo "Version of decrunch.library already installed:"
Version LIBS:decrunch.library
EndIf
Ask "Install decrunch.library?"
If NOT WARN
Echo "Installation of decrunch.library aborted!"
Skip END
EndIf
Copy libs/decrunch.library LIBS:decrunch.library
Echo "decrunch.library copied to your LIBS: directory."
Lab END
Echo "End of installation script!"
Wait 4
EndCLI >NIL: