home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
World of A1200
/
World_Of_A1200.iso
/
programs
/
system
/
printfiles
/
deutsch
/
rexx
/
epsonlq.styles
< prev
next >
Wrap
Text File
|
1995-02-27
|
2KB
|
39 lines
/* ************************************************************* */
/* PrintFiles V1.4d Aug 22 1992 Preferences - Arexx File */
/* erzeugt am Samstag, 29. August 1992 16:09:06 */
/* ************************************************************* */
/* ************************************************************* */
/* 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 */
/* ************************************************************* */
/* Text ersetzen Block */
/* ************************************************************* */
prefix '\' /* Erstes Zeichen eines Textersatz - Kommandos */
insertreplace 'prestige "rk' /* Textersatz-Kommando und Ersatztext */
insertreplace 'standard "rq' /* Textersatz-Kommando und Ersatztext */
insertreplace 'courier "rk' /* Textersatz-Kommando und Ersatztext */
insertreplace 'outline "rq' /* Textersatz-Kommando und Ersatztext */
insertreplace 'sserif "rk' /* Textersatz-Kommando und Ersatztext */
insertreplace 'script "rk' /* Textersatz-Kommando und Ersatztext */
insertreplace 'orator "rk' /* Textersatz-Kommando und Ersatztext */
insertreplace 'shadow "rq' /* Textersatz-Kommando und Ersatztext */
insertreplace 'roman "rk' /* Textersatz-Kommando und Ersatztext */
insertreplace 'kombi "rq' /* Textersatz-Kommando und Ersatztext */
insertreplace 'ocrb "rk' /* Textersatz-Kommando und Ersatztext */
replace on /* Mit Textersetzungen */
/* ************************************************************* */
/* *** Ende der Datei *** */
/* ************************************************************* */