home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga MA Magazine 1998 #6
/
amigamamagazinepolishissue1998.iso
/
disks
/
misc
/
dimpwin
/
install
< prev
next >
Wrap
AmigaDOS Script File
|
1998-03-13
|
1KB
|
45 lines
.key ""
; Script file to install reqtools.library 37
; and DIMP & DIMPWIN
FailAt 20
Echo "*nDImp-Win Installation Script*n"
Version >NIL: LIBS:reqtools.library
If NOT ERROR
Echo "Version of reqtools.library already installed:"
Version LIBS:reqtools.library
Echo ""
Skip InstallDimp
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.718) ?"
If WARN
Copy reqtools.library LIBS:reqtools.library
Echo "*nreqtools.library (2.0 version) copied to your Libs: directory.*n"
Avail >NIL: FLUSH
EndIf
Skip INSTALLDIMP
EndIf
Skip END
Lab INSTALLDIMP
Ask "Install DImp V2.27 to your C directory ?"
If WARN
Copy dimp c:dimp
Echo "*nDisk-Imploder (DImp) copied to your C directory*n"
EndIf
Ask "Install DImp-Win V1.0 to your SYS:utilities directory ?"
If WARN
Copy dimpwin sys:utilities/dimpwin
Copy dimpwin.info sys:utilities/dimpwin.info
Echo "*nDImp-Win copied to your utilities directory.*n"
EndIf
echo "*nInstallation Complete!!"
Lab END
wait 1