home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
World of A1200
/
World_Of_A1200.iso
/
programs
/
system
/
printfiles
/
deutsch
/
rexx
/
show
< prev
next >
Wrap
Text File
|
1995-02-27
|
2KB
|
34 lines
/* ************************************************************* */
/* PrintFiles V1.0d Jun 27 1992 Preferences - Arexx File */
/* erzeugt am Samstag , 27. Juni 1992 17:54: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 /* Noch'n Versuch */
if ~(show(ports,'PRINTFILES')) then return 5 /* Rückgabewert 5 bei Mißerfolg */
address PRINTFILES /* Kommandos an PrintFiles */
/* ************************************************************* */
/* Verteiler Block */
/* ************************************************************* */
pass text 'intern' /* Interne Routine für Texte */
pass prog 'intern' /* Interne Routine für Programme */
pass icon 'intern' /* Interne Routine für Icons */
pass iff 'on' /* IFF-Dateien extern weitergeben */
insertiff 'ILBM sys:utilities/display' /* IFF-Chunk und entsprechendes Programm */
insertiff 'ANIM work:dpaintiv/player' /* IFF-Chunk und entsprechendes Programm */
insertiff 'VDEO work:dpaintiv/dvplayer' /* IFF-Chunk und entsprechendes Programm */
/* ************************************************************* */
/* *** Ende der Datei *** */
/* ************************************************************* */