home *** CD-ROM | disk | FTP | other *** search
/ World of A1200 / World_Of_A1200.iso / programs / system / printfiles / deutsch / rexx / schnellschrift < prev    next >
Text File  |  1995-02-27  |  1KB  |  27 lines

  1. /* ************************************************************* */
  2. /* PrintFiles V1.31d Aug 15 1992  Preferences - Arexx File */
  3. /*  erzeugt am   Sonntag, 16. August 1992  11:49:49 */
  4. /* ************************************************************* */
  5.  
  6.  
  7. /* ************************************************************* */
  8. /* Start Block */
  9. /* ************************************************************* */
  10. options results   /* Ergebnisse anfordern */
  11. if ~show(ports,'PRINTFILES')then do   /* Läuft PrintFiles schon ? */
  12.     address command 'printfiles'   /* wenn nicht, dann ein Startversuch */
  13. address command 'sys:rexxc/WaitForPort PRINTFILES'  /* noch ein bisschen abwarten */
  14. end   /*  */
  15. if ~(show(ports,'PRINTFILES')) then return 5   /* Rückgabewert 5 bei Mißerfolg */
  16. address  PRINTFILES  /* Kommandos an PrintFiles */
  17.  
  18. /* ************************************************************* */
  19. /* Druckereinstellungen Block */
  20. /* ************************************************************* */
  21.  
  22. draft     /* Schnellschrift (Entwurfsqualität) */
  23.  
  24. /* ************************************************************* */
  25. /* *** Ende der Datei *** */
  26. /* ************************************************************* */
  27.