home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / progm / flash-c1.zip / README.DOC < prev    next >
Text File  |  1990-02-11  |  746b  |  17 lines

  1. Using prtdoc will print the file specified in the command line
  2. out to the standard output device.  Prtdoc uses the file
  3. prtdoc.pfd for printing out the documentation file.
  4.  
  5. initstring = \15\23         ;- initialization string
  6. formfeed = 12               ;- form feed character for your printer
  7. pagelen = 66                ;- number of lines per page
  8. mt = 4                      ;- top margin
  9. mb = 6                      ;- bottom margin
  10. mr = 70                     ;- right margin
  11. po = 5                      ;- position offset for left column
  12. xl = 254,254                ;- translate character 254 to 254
  13. xl = 20,0                   ;- translate character 20 to null
  14.  
  15. These are the only keywords the prtdoc program recognizes.
  16.  
  17.