home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dream 52
/
Amiga_Dream_52.iso
/
Amiga
/
Workbench
/
Archivers
/
LhA2LZX3.lha
/
lha2lzx
/
LhA2LZX.install
< prev
next >
Wrap
Text File
|
1998-04-26
|
689b
|
19 lines
RequestChoice >env:l2ztmp4 "LhA2LZX Installer" "Do you want to install everything*nor just the basics?" "Everything" "Basics" "Cancel"
if $l2ztmp4 EQ 0
quit
endif
RequestFile >env:l2ztmp DRAWERSONLY TITLE "Install LhA2LZX to..." POSITIVE Install DRAWER S:
if WARN
quit
endif
if $l2ztmp4 EQ 2
copy LhA2LZX~(_)#? TO $l2ztmp CLONE >NIL:
else
copy LhA2LZX#? TO $l2ztmp CLONE >NIL:
endif
cd $l2ztmp
delete LhA2LZX.ins#? >NIL:
RequestChoice "Install Successful!" "LhA2LZX is now installed in*n$l2ztmp1" "Marvellous!" >NIL:
delete env:l2z#? ALL QUIET FORCE
RequestChoice "! IMPORTANT !" "Make sure you have LhA and LZX in C:*non your hard drive, and the lzx.keyfile*nin L:" "Righty-ho" >NIL: