home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
World of A1200
/
World_Of_A1200.iso
/
programs
/
system
/
printfiles
/
english
/
rexx
/
to_ram
< prev
next >
Wrap
Text File
|
1995-02-27
|
1KB
|
29 lines
/* ************************************************************* */
/* PrintFiles V1.4e Rev 48 Mar 27 1993 Preferences - Arexx File */
/* generated Sunday, April 11, 1993 14:18:57 */
/* ************************************************************* */
/* ************************************************************* */
/* Start Block */
/* ************************************************************* */
options results /* request results */
if ~show(ports,'PRINTFILES')then do /* PrintFiles already running ? */
address command 'printfiles' /* if not, attempt to launch it */
address command 'sys:rexxc/WaitForPort PRINTFILES' /* wait...wait...wait */
end /* */
if ~(show(ports,'PRINTFILES')) then return 5 /* return 5 if we couldn't find PrintFiles */
address PRINTFILES /* Kommandos an PrintFiles */
/* ************************************************************* */
/* Handler Block */
/* ************************************************************* */
output 'RAM:' /* Output to a file */
header off /* Do not send Control Codes before each file */
/* ************************************************************* */
/* *** End of File *** */
/* ************************************************************* */