home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club Amiga de Montreal - CAM
/
CAM_CD_1.iso
/
files
/
633.lha
/
PrintFiles_v0.9
/
English
/
Rexx
/
prfstart.rexx
< prev
next >
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
OS/2 REXX Batch file
|
1992-04-16
|
235 bÂ
|
11 lines
/* printfiles Arexx Macro */
/* starts printfiles */
options results
if show(ports,'PRINTFILES') then return 0
address command 'printfiles'
address command 'wait 3'
if show(ports,'PRINTFILES') then return 0
else return 5