home *** CD-ROM | disk | FTP | other *** search
/ Enigma Amiga Life 113 / EnigmaAmiga113CD.iso / software / utilities / zoom / install_zoom < prev    next >
Encoding:
Text File  |  2000-05-29  |  883 b   |  31 lines

  1. ; $VER: 1.1 (23.05.2000)
  2.  
  3. (trace)
  4. (complete 0)
  5. (set #zoom(askdir(prompt "Select the location for Zoom")
  6.   (help "Zoom will be installed to this location, no directory will be made.")
  7.   (default "SYS:WBStartup/")
  8.   (back (retrace))
  9. ))
  10.  
  11. (trace)
  12. (complete 25)
  13. (copylib
  14.   (prompt ("Install fileid.library?"))
  15.   (help "FileID.library must be installed.")
  16.   (source ("Libs/fileid.library"))
  17.   (dest "Libs:")
  18.   (confirm)
  19.   (back (retrace))
  20. )
  21.  
  22. (complete 50)
  23.  
  24. (copyfiles
  25.   (source "Zoom") (dest #zoom) (infos)
  26. )
  27.  
  28. (complete 100)
  29.  
  30. (exit 'Installation complete!\n\nZoom Copyright © 1999-2000 Richard West and Daniel Pimley.\nAn application by Micro Design\n\nThis is a MUI application\nMUI Copyright © 1993-1997 Stefan Stuntz\n\nfileid.library is Copyright © 1993-1998 Oliver Lange\n\nThe software is supplied "as is" and comes with absolutely no warranty either expressed or implied.' (quiet))
  31.