home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / LASER / DJPRNT.ZIP / READ_ME < prev   
Encoding:
Text File  |  1990-02-10  |  919 b   |  23 lines

  1.     Copyright (c) Les Hancock 1990
  2.  
  3.     Utility for listing files to HP DeskJet printer in landscape mode.
  4.     Written in C++, compiled with Zortech 2.0.
  5.  
  6.    usage: djprint [-n] [-tx] [-qx] [-vx] [-hxx] [[-]?] [-ofnam] file [file...]
  7.  
  8.     -n:   no page headers (headers by default)
  9.     -tx:  expand tabs to x spaces (default 3)
  10.     -qx:  printer quality 0, 1 or 2; 0 = lowest (default 0)
  11.     -vx:  x = 6 or 8 lines per inch (default 6)
  12.     -hxx: xx = 10, 16 or 20 characters per inch (default 20)
  13.     ? or -?:    show this help message
  14.     -ofnam: output to file 'fnam' (default: LPT1)
  15.  
  16.     parms can't be stacked (separate -[option] required for each)
  17.     multiple output file specs: take only last file named
  18.     order of options/filenames isn't significant
  19.     minimal validation and error checking
  20.  
  21.     Author: Les Hancock, CIS 74156,3262
  22.     Revision history: 1.0, 2/10/1990 -- original code
  23.