home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
World of A1200
/
World_Of_A1200.iso
/
programs
/
system
/
printfiles
/
english
/
rexx
/
sources
< prev
next >
Wrap
Text File
|
1995-02-27
|
2KB
|
41 lines
/* ************************************************************* */
/* PrintFiles V1.4e Rev 48 Mar 27 1993 Preferences - Arexx File */
/* generated Sunday, April 11, 1993 14:12:25 */
/* ************************************************************* */
/* ************************************************************* */
/* 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 */
/* ************************************************************* */
/* Printer Prefs Block */
/* ************************************************************* */
copies 1 /* number of copies */
15cpi /* set pitch to condensed */
draft /* set print quality to draft */
page on /* print page count */
time on /* print time */
filename on /* print filename */
line on /* print linennumbers */
date on /* print date */
replace off /* with text replacements */
8li /* set 1/8 spacing */
ff off /* print FormFeed after each file */
fpage on /* print additional cr after each line */
lmargin 1 /* set right margin */
rmargin 132 /* set left margin */
lines 66 /* number of lines per page */
/* ************************************************************* */
/* *** End of File *** */
/* ************************************************************* */