home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 633.lha / PrintFiles_v0.9 / English / Rexx / letter.rexx next >
Encoding:
OS/2 REXX Batch file  |  1992-04-16  |  360 b   |  13 lines

  1. /* PrintFiles V0.9e  Preferences - Arexx File */
  2.  
  3. options results
  4. address printfiles
  5.  
  6. reset     /* reset all buttons and clear the list */
  7. 12cpi     /* set pitch to elite */
  8. lq     /* set print quality to nlq */
  9. 6li     /* set 1/6 spacing */
  10. lmargin 0     /* set right margin */
  11. rmargin 80     /* set left margin */
  12. lines 66     /* number of lines per page */
  13.