home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club Amiga de Montreal - CAM
/
CAM_CD_1.iso
/
files
/
633.lha
/
PrintFiles_v0.9
/
English
/
Rexx
/
prfdel.rexx
< prev
next >
Encoding:
Amiga
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
|
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