home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 633.lha / PrintFiles_v0.9 / Deutsch / Rexx / brief.rexx next >
OS/2 REXX Batch file  |  1992-04-15  |  386b  |  13 lines

  1. /* PrintFiles V0.9d  Preferences - Arexx File */
  2.  
  3. options results
  4. address printfiles
  5.  
  6. reset     /* alle Einstellungen zurücksetzen */
  7. 12cpi     /* Elite-Zeichenabstand    (mittelgroße Schrift) */
  8. lq     /* Schönschrift   (NLQ-Qualität)     */
  9. 6li     /* 6 Zeilen pro Inch */
  10. lmargin 0     /* Rechter Rand     */
  11. rmargin 80     /* Linker Rand      */
  12. lines 66     /* Zeilen pro Seite */
  13.