home *** CD-ROM | disk | FTP | other *** search
/ The Best of Mecomp Multimedia 2 / MECOMP-CD-II.iso / amiga / tools / workbench / format / install_format < prev   
Encoding:
Text File  |  1998-01-12  |  419 b   |  22 lines

  1. ; Format-Installer v1.0 (25.12.97)
  2. ; © 1997 by Ulrich Hambuch
  3.  
  4. (copyfiles
  5.     (prompt "Copying Format-Executeable to System. Won't make a backup of your old format program!")
  6.     (help @copyfiles-help)
  7.     (source "Format")
  8.     (dest "SYS:System/")
  9.     (files)
  10.     (confirm)
  11. )
  12.  
  13. (copyfiles
  14.     (prompt "Copying Format-NewIcon to System ...")
  15.     (help @copyfiles-help)
  16.     (source "Format.info")
  17.     (dest "SYS:System/")
  18.     (files)
  19.     (confirm)
  20. )
  21.  
  22.