home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
World of A1200
/
World_Of_A1200.iso
/
programs
/
printer
/
printfiles
/
rexx
/
prfdel.rexx
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
OS/2 REXX Batch file
|
1995-02-27
|
217 b
|
11 lines
/* printfiles Arexx Macro */
/* quit the printfiles program */
options results
if show(ports,'PRINTFILES') = 0 then exit
address printfiles
status
if result == 'PRINTING' then quit quit
else quit
exit