home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
World of A1200
/
World_Of_A1200.iso
/
programs
/
system
/
printfiles
/
deutsch
/
rexx
/
schnellschrift
< prev
next >
Wrap
Text File
|
1995-02-27
|
1KB
|
27 lines
/* ************************************************************* */
/* PrintFiles V1.31d Aug 15 1992 Preferences - Arexx File */
/* erzeugt am Sonntag, 16. August 1992 11:49:49 */
/* ************************************************************* */
/* ************************************************************* */
/* Start Block */
/* ************************************************************* */
options results /* Ergebnisse anfordern */
if ~show(ports,'PRINTFILES')then do /* Läuft PrintFiles schon ? */
address command 'printfiles' /* wenn nicht, dann ein Startversuch */
address command 'sys:rexxc/WaitForPort PRINTFILES' /* noch ein bisschen abwarten */
end /* */
if ~(show(ports,'PRINTFILES')) then return 5 /* Rückgabewert 5 bei Mißerfolg */
address PRINTFILES /* Kommandos an PrintFiles */
/* ************************************************************* */
/* Druckereinstellungen Block */
/* ************************************************************* */
draft /* Schnellschrift (Entwurfsqualität) */
/* ************************************************************* */
/* *** Ende der Datei *** */
/* ************************************************************* */