home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / print / dlist / dlst.doc next >
Text File  |  1994-02-03  |  2KB  |  40 lines

  1. DLST for OS/2
  2. -------------
  3.  
  4.      DLST allows fast printing of up to 334 lines on a single page using
  5. a Hewlett-Packard Series II or compatible printer.  This is ideal for long
  6. program listings or documentation.  Form feeds are ignored, tabs are expanded
  7. to up to four spaces, and long sequences of blank lines are output as only
  8. two blanks.  Lines up to 180 characters in length are wrapped to a second
  9. line, with a "   ...." preceding the second line.  The accompanying FONT1
  10. soft font file must be used.
  11.      DLST is called by the command:
  12.  
  13.         DLST <input-file> [output-file] [lines per column]
  14.  
  15.              output-file defaults to PRN
  16.              lines per column defaults to the maximum of 168.
  17.  
  18.      The FONT1 25cpi downloadable font is included with DLST in two
  19. versions.  The easiest method of downloading the font is to enter the
  20. command:
  21.  
  22.         COPY /b FONT1.DWN PRN
  23.  
  24.      The FONT1.FNT file contains the soft font without header information;
  25. use this file if you use another method of downloading fonts (make sure you
  26. set the font to font ID #1 -- future versions will allow for more flex-
  27. ibility).
  28.      DLST for OS/2 is a Microsoft C rewrite of David L. Peterson's "DLST"
  29. program, which was written in Turbo Pascal for DOS.  This program, like
  30. Peterson's original, is placed in the public domain and may be freely
  31. distributed as long as the program is not sold for profit.
  32.      Coming very soon:  modifications for multiple filespecs, with various
  33. grouping options, the full IBM graphics character set, and a choice of
  34. landscape or portrait printing.  Send any comments, questions, or sug-
  35. gestions to:
  36.  
  37.         Anthony J. Went
  38.         6 Shamrock Lane
  39.         Newtown, CT  06470
  40.