home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Extra 1997 #5 / AmigaPlus_Extra-CD_5-97.iso / online-tools / term / teleterm / install-teleterm next >
Text File  |  1994-07-15  |  742b  |  12 lines

  1. (set @app-name "TeleTerm V1.0")
  2. (set d (askdir (default "SYS:") (help "The destination you select will be the location of TeleTerm.") (prompt "Select destination where TeleTerm will be copied.  Destination must have 300k of free disk space.") (disk)))
  3. (set @default-dest d)
  4. (copyfiles (prompt "Copying files...") (choices
  5. "TeleTerm"
  6. "TeleTerm.info"
  7. ) (source "") (dest (cat d)))
  8. (copylib (dest "LIBS:") (prompt "Copying XprZmodem.library...") (help @copylib-help) (source "libs/xprzmodem.library"))
  9. (copylib (dest "LIBS:") (prompt "Copying XemAmiga.library...") (help @copylib-help) (source "libs/xemamiga.library"))
  10. (copylib (dest "LIBS:") (prompt "Copying Reqtools.library...") (help @copylib-help) (source "libs/reqtools.library"))
  11. (exit)
  12.