home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Elysian Archive
/
AmigaElysianArchive.iso
/
compress
/
ppldsg11.lzh
/
PPLoadSeg
/
Install.script
< prev
next >
Wrap
Text File
|
1991-05-18
|
507b
|
19 lines
; Script file to install powerpacker.library & PPLoadSeg
FailAt 21
Echo "*n'PPLoadSeg' and powerpacker.library Installation Script*n"
Copy powerpacker.library LIBS:powerpacker.library
Echo "powerpacker.library copied to your Libs: directory."
Copy PPLoadSeg C:PPLoadSeg
Echo "PPLoadSeg copied to your C: directory."
Echo "*nShall I modify your Startup-Sequence to make 'PPLoadSeg'"
Echo "part of your initial startup ?*n"
ModifySSequence PPLoadSeg
Echo "*nInstallation complete.*n"
Wait 5
EndCLI >NIL: