home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Elysian Archive
/
AmigaElysianArchive.iso
/
compress
/
cdisk16.lha
/
Release1.6_E
/
CDInstall
next >
Wrap
Text File
|
1993-02-25
|
1KB
|
62 lines
; CompressDisk installation program
; By Raffaele Dell'Aversana (12-Oct-92)
FailAt 20
Echo "*nCompressDisk.device installation script"
Echo "Version 37.25 (Release 1.6) Evaluation*n"
Version >NIL: exec.library 37
If WARN
Echo "You don't have AmigaDOS Release 2 (V37) or higher in ROM."
Echo "Sorry, you cannot use CompressDisk.device."
Quit
EndIf
Echo "This script will install CompressDisk for you."
Echo "You may select if and where to install the files.*n"
If EXISTS DEVS:CompressDisk.device
Echo "Version of CompressDisk.device already installed:"
Version DEVS:CompressDisk.device
Echo ""
EndIf
Ask "Install CompressDisk.device 37.25 ?*nThe file will be placed in DEVS:"
If WARN
Copy CompressDisk.device DEVS:
Echo "CompressDisk.device copied to your DEVS: directory"
EndIf
If EXISTS SYS:Prefs/CDPrefs
Echo "*nVersion of CDPrefs already installed:"
Version SYS:Prefs/CDPrefs
Echo ""
EndIf
Ask "Install CDPrefs 37.11?"
If WARN
Copy CDPrefs SYS:Prefs
If NOT EXISTS SYS:Prefs/CDPrefs.info
Copy CDPrefs.info SYS:Prefs
EndIf
Echo "*nCDPrefs + icon copied to SYS:Prefs"
EndIf
assign >nil: CDisk: EXISTS
If WARN
Echo "*n*nThe device needs to know where to put the compressed tracks"
Echo "Please modify your s:user-startup file, adding the following line"
Echo "*n Assign CDisk: <path>*n"
Echo "soon after the command *"SetPatch*""
Echo "( <path> is the path of the work directory you have chosen)."
EndIf
Echo "*nInstallation complete.*n"