home *** CD-ROM | disk | FTP | other *** search
- ; $VER: 1.1 (23.05.2000)
-
- (trace)
- (complete 0)
- (set #zoom(askdir(prompt "Select the location for Zoom")
- (help "Zoom will be installed to this location, no directory will be made.")
- (default "SYS:WBStartup/")
- (back (retrace))
- ))
-
- (trace)
- (complete 25)
- (copylib
- (prompt ("Install fileid.library?"))
- (help "FileID.library must be installed.")
- (source ("Libs/fileid.library"))
- (dest "Libs:")
- (confirm)
- (back (retrace))
- )
-
- (complete 50)
-
- (copyfiles
- (source "Zoom") (dest #zoom) (infos)
- )
-
- (complete 100)
-
- (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))
-