home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Amiga / Workbench / Archivers / LhA2LZX3.lha / lha2lzx / LhA2LZX.install < prev    next >
Text File  |  1998-04-26  |  689b  |  19 lines

  1. RequestChoice >env:l2ztmp4 "LhA2LZX Installer" "Do you want to install everything*nor just the basics?" "Everything" "Basics" "Cancel"
  2. if $l2ztmp4 EQ 0
  3.     quit
  4. endif
  5. RequestFile >env:l2ztmp DRAWERSONLY TITLE "Install LhA2LZX to..." POSITIVE Install DRAWER S:
  6. if WARN
  7.     quit
  8. endif
  9. if $l2ztmp4 EQ 2
  10.     copy LhA2LZX~(_)#? TO $l2ztmp CLONE >NIL:
  11. else
  12.     copy LhA2LZX#? TO $l2ztmp CLONE >NIL:
  13. endif
  14. cd $l2ztmp
  15. delete LhA2LZX.ins#? >NIL:
  16. RequestChoice "Install Successful!" "LhA2LZX is now installed in*n$l2ztmp1" "Marvellous!" >NIL:
  17. delete env:l2z#? ALL QUIET FORCE
  18. RequestChoice "! IMPORTANT !" "Make sure you have LhA and LZX in C:*non your hard drive, and the lzx.keyfile*nin L:" "Righty-ho" >NIL:
  19.