home *** CD-ROM | disk | FTP | other *** search
- /* ************************************************************* */
- /* PrintFiles V1.4e Rev 48 Mar 27 1993 Preferences - Arexx File */
- /* generated Sunday, April 11, 1993 14:11:04 */
- /* ************************************************************* */
-
-
- /* ************************************************************* */
- /* 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 */
- /* ************************************************************* */
- pass text 'intern' /* process text files intern */
- pass prog 'intern' /* process executables intern */
- pass icon 'intern' /* process Icon files intern */
- pass iff 'on' /* pass IFF-files to the shell */
- insertiff 'ILBM sys:utilities/display' /* IFF-Chunk and corresponding program */
- insertiff 'ANIM work:dpaintiv/player' /* IFF-Chunk and corresponding program */
- insertiff 'VDEO work:dpaintiv/dvplayer' /* IFF-Chunk and corresponding program */
-
- output 'printer' /* Output to the printer device */
- header on /* Send Control Codes to the Printer */
-
- /* ************************************************************* */
- /* *** End of File *** */
- /* ************************************************************* */
-