home *** CD-ROM | disk | FTP | other *** search
/ The Best of Mecomp Multimedia 2 / MECOMP-CD-II.iso / amiga / tools / workbench / wbinfo21 / install_wbinfo < prev    next >
Encoding:
Text File  |  1998-01-02  |  374 b   |  21 lines

  1. ; WbInfo-Installer v1.1 (2.1.98)
  2. ; © 1997 by Ulrich Hambuch
  3.  
  4. (copyfiles
  5.     (prompt "Copying WBInfo-Executeable to WBStartup.")
  6.     (help @copyfiles-help)
  7.     (source "WBInfo")
  8.     (dest "SYS:WBStartup/")
  9.     (files)
  10.     (confirm)
  11. )
  12.  
  13. (copyfiles
  14.     (prompt "Copying WBInfo Icon to WBStartup.")
  15.     (help @copyfiles-help)
  16.     (source "WBInfo.info")
  17.     (dest "SYS:WBStartup/")
  18.     (files)
  19.     (confirm)
  20. )
  21.