home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #3 / amigamamagazinepolishissue1998.iso / bazy / adm / arexx / adm-arexxmakros.lha / FaxProgramme / MultiFax / Install_ADM-FW-FAX < prev    next >
Text File  |  1995-12-26  |  712b  |  30 lines

  1. ; This is test of many of the features of the Installer
  2. ; Prints out debugging info if run from CLI
  3.  
  4. (set FWMakros
  5.         (askdir
  6.               (prompt "Wo befindet sich das FW-Makroverzeichnis ?")
  7.               (help @askdir-help)
  8.               (default "SYS:")
  9.         )
  10. )
  11. (complete 30)
  12. (copyfiles
  13.         (prompt "Kopiere Fax-Makro nach" FWMakros)
  14.         (help @copyfiles-help)
  15.         (source "Rexx")
  16.         (dest FWMakros)
  17.         (pattern "#?.rexx")
  18.         (files)
  19. )
  20. (complete 70)
  21. (copyfiles
  22.         (prompt "Kopiere GFX-Dateien fuer WB-Printer-GFX")
  23.         (help @copyfiles-help)
  24.         (source "Pre")
  25.         (dest "SYS:Prefs/Presets")
  26.         (pattern "#?.pre#?")
  27.         (files)
  28. )
  29. (complete 100)
  30.