home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga MA Magazine 1998 #3
/
amigamamagazinepolishissue1998.iso
/
bazy
/
adm
/
arexx
/
adm-arexxmakros.lha
/
FaxProgramme
/
MultiFax
/
rexx
/
Fax.rexx
Wrap
OS/2 REXX Batch file
|
1995-12-26
|
409b
|
23 lines
/* Druckt das Dokument und beendet FinalWriter. */
address command
'run >nil: SYS:Prefs/Printergfx SYS:Prefs/Presets/gfx-fax.pre use'
'Run MultiFax:Server'
'Run MultiFax:MFRexx'
'Wait' "10 secs"
address 'FINALW.1'
PRINT
address command
'Wait' "10 secs"
address 'MultiFaxRexx'
serverstate 0
address command
'run >nil:SYS:Prefs/Printergfx ENV:SYS/PrinterGFX.prefs use'
address 'MultiFaxRexx'
exitall