home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 8
/
FreshFishVol8-CD2.bin
/
bbs
/
util
/
installer-1.26.lha
/
Installer
/
Installer.lha
/
Installer1.24
/
InstallInstaller
< prev
next >
Wrap
AmigaDOS Script File
|
1993-04-22
|
534b
|
22 lines
.key none
.bra {
.ket }
;$VER: InstallInstaller 1.24 (22.4.93)
failat 21
if not exists SYS:Utilities/installer
echo "Installing Installer version 1.24 in SYS:Utilities/"
copy Installer SYS:Utilities clone
else
version >NIL: SYS:Utilities/installerInstaller 1 24
if warn
echo "Installing Installer version 1.24 in SYS:Utilities"
copy Installer SYS:Utilities clone
else
echo "Not installing Installer 1.24 because newer/same version"
echo "is already present in SYS:Utilities"
endif
endif