home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d6xx
/
d632
/
printfiles.lha
/
PrintFiles
/
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-07
|
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