home *** CD-ROM | disk | FTP | other *** search
- ; CompressDisk installation program
- ; By Raffaele Dell'Aversana (12-Oct-92)
- FailAt 20
-
- Echo "*nCompressDisk.device installation script*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.14 ?*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.5?"
-
- If WARN
- Copy CDPrefs SYS:Prefs
- Copy CDPrefs.info SYS:Prefs
- Echo "*nCDPrefs + icon copied to SYS:Prefs"
- EndIf
-
- 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)."
- Echo "*nInstallation complete.*n"
-
-