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 >
Wrap
Text File
|
1995-12-26
|
712b
|
30 lines
; This is test of many of the features of the Installer
; Prints out debugging info if run from CLI
(set FWMakros
(askdir
(prompt "Wo befindet sich das FW-Makroverzeichnis ?")
(help @askdir-help)
(default "SYS:")
)
)
(complete 30)
(copyfiles
(prompt "Kopiere Fax-Makro nach" FWMakros)
(help @copyfiles-help)
(source "Rexx")
(dest FWMakros)
(pattern "#?.rexx")
(files)
)
(complete 70)
(copyfiles
(prompt "Kopiere GFX-Dateien fuer WB-Printer-GFX")
(help @copyfiles-help)
(source "Pre")
(dest "SYS:Prefs/Presets")
(pattern "#?.pre#?")
(files)
)
(complete 100)