home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / PRINTING / LJBOOK32.ZIP / LJBOOK.DOC < prev   
Text File  |  1991-01-08  |  9KB  |  202 lines

  1. LJBOOK Command                                                     Version 3.20
  2. --------------                                                     Jan  8, 1991
  3.  
  4.  
  5. Purpose:
  6.  
  7.     LJBOOK prints  text documents  in a  book format.   There are four pages
  8.     printed on each sheet of paper; two pages on each side of the paper.  An
  9.     HP LaserJet is required.  The  Y cartridge font is recommended,  but any
  10.     font capable of line printer, landscape, 8.5 point print may be used. An
  11.     internal landscape font is available.
  12.  
  13. Syntax:
  14.  
  15.     LJBOOK  filename  [output1 [output2] ]
  16.                       [/F] [/P] [/D] [/A] [/B] [/R] [/U] [/M] [/N]
  17.                       [/2] [/X]
  18.                       [/T...]
  19.  
  20. Remarks:
  21.  
  22.     The 'filename' is  required.  It specifies  the name of  the file to  be
  23.     printed.  A drive and/or path name may be used.
  24.  
  25.     The 'output1' and 'output2' file names are optional.  If omitted, the
  26.     standard output printer device is used, i.e. LPT1: or PRN: devices.
  27.     If supplied, the output is written to the specfied file(s) instead
  28.     of to the printer.  Use two output names when printing to a network
  29.     spooler or printer server. The file 'output1' contains the first side
  30.     and the second side unless 'output2' is specified. The file 'output2'
  31.     contains the second side.
  32.  
  33.     There are two pages printed on each of the two sides of the paper.  Each
  34.     side consists of a title line and up to 66 lines of 80 characters each.
  35.  
  36.     Eighty characters are printed on each line.  If the file's lines  exceed
  37.     80 characters, the lines are  wrapped so that 80 characters  are printed
  38.     on each line until the entire file's line has been processed.
  39.  
  40.     TAB control characters are expanded and effect line length.
  41.  
  42.     A new page  is started after  66 lines have  been printed, or  if a form
  43.     feed (hex 0C) is encounterd.  DO NOT END THE FILE WITH A FORM FEED!
  44.  
  45.     After the first side has been printed, remove the printed paper from the
  46.     stacker and place it into the paper tray.  The orientation of the  paper
  47.     in the tray depends on the printer model and method of stacking used.
  48.  
  49.     On a LaserJet Plus with the  standard paper stacker, the paper is  moved
  50.     from the stacker to the tray without rotating or turning.   The  printer
  51.     is reset after the file has been printed if /R is used.
  52.  
  53.     On a LaserJet IIP with multipurpose (MP)tray, change the output tray
  54.     selector to the down position (so that paper goes to the face up output
  55.     tray).  After the first side is printed, change the output tray selector
  56.     back to the up position and move the paper from the output tray to the MP
  57.     tray without rotating or turning.
  58.  
  59.     LJBOOK (c) Copyright 1987-91 by Vernon D. Buerg.  ALL RIGHTS RESERVED.
  60. LJBOOK Command                  OPTIONS                            Version 3.20
  61. --------------                                                     Jan  8, 1991
  62.  
  63.  
  64.     /P  -  generate page numbering  and to place the page numbers  at
  65.            the top of each page
  66.  
  67.     /D  -  add the current date and time to the top of each page
  68.  
  69.     /F  -  place the file's name at the top of each page
  70.  
  71.     /A  -  set margins for use with A4 size paper
  72.  
  73.     /R  -  RESET the printer before and after printing the file
  74.  
  75.     /2  -  print on one side only, two pages on each sheet
  76.  
  77.     /X  -  use duplex mode on an HP LJ II-D or III-D
  78.  
  79.     /U  -  underline the top title line
  80.  
  81.     /M  -  print to a DeskJet printer (vmi=5.2, typeface 3)
  82.  
  83.     /N  -  skip prompt to press enter before beginning to print
  84.  
  85.  
  86.     Specify /B to tell LJBOOK that you wish to use the internal LJBOOK font
  87.     which prints 18 pitch, 7.68 point, bold, in landscape orientation.  If
  88.     you specify /B, LJBOOK downloads its own font and assigns a font ID of
  89.     1 to it.  Otherwise, it is assumed that the current primary font is
  90.     capable of 16.66 pitch, 8.5 point, landscape orientation as supplied
  91.     with the Y font cartridge.
  92.  
  93.  
  94.     Specify /T followed by up to  40 characters of text, to supply  your own
  95.     title for the  top of each  page.  You can  not use both  the /f and  /t
  96.     options together.  If supplied, the /T parameter must be the last one.
  97.  
  98.  
  99.  
  100.     After printing the first side, the paper should be loaded back into  the
  101.     printer such that the last page printed  is on top and the LAST edge  of
  102.     the paper that came out of the printer is the FIRST edge of the paper to
  103.     go back in.
  104.  
  105.     If you're spooling LJBOOK to a network printer, try using this statement:
  106.  
  107.         NET USE LPT1 \\[network-printer-name]
  108.  
  109.  
  110. LJBOOK Command                  HISTORY                            Version 3.20
  111. --------------                                                     Jan  8, 1991
  112.  
  113.         v0.90 7/02/87  - first flyer
  114.         v0.97 7/05/87  - add option switches
  115.         v0.98 7/19/87  - correction for multiples of 4 pages
  116.         v0.99 8/10/87  - correction for files over 256 pages
  117.         v1.0 10/05/87  - first public release
  118.         v1.01 11/22/87 - play with line length and margins
  119.         v1.02 1/14/88  - some suggestions from Guy Gallo
  120.                        - print only one sheet if 1 or 2 pages
  121.                        - leave empty pages blank
  122.         v1.03 1/15/88  - process tabs
  123.         v1.04, 1/26/88 - add /T title option
  124.         v1.05, 1/26/88 - add /2 option
  125.         v1.06, 2/05/88 - correct tab spacing
  126.  
  127.         v2.00, 2/10/88 - make MS-MASM v5 compatible
  128.         v2.10, 4/04/88 - incorporate RWS mods for BOLD18.USL downloadable font
  129.                          by R. W. Smetana
  130.         v2.20,10/28/88 - change symbol set for use with Laserjet series II
  131.         v2.30,07/01/89 - reset ljp when finished
  132.                        - add DOS file sharing
  133.         v2.31,11/26/89 - control code corrections from Lee Buck
  134.         v2.40, 2/18/90 - fix linecount with long lines & reset prob.
  135.                        - add /A option for printing on A4 size paper
  136.                          from changes by Paul Messchaert and Volker Blasius
  137.         v2.50, 2/19/90 - suggested changes and corrections from David Bryant
  138.         v2.60, 6/17/90 - add /R option to reset printer
  139.         v2.70, 6/30/90 - made BOLD18 font internal for use with /B option
  140.         v2.80, 9/18/90 - enable linewrap; entire lines are printed
  141.                        - add prompt after reporting number of pages to print
  142.         v2.90,10/23/90 - mods from Robert W. King for DeskJet printing
  143.                        - change internal font to print linedraw characters
  144.  
  145.         v3.00,12/10/90 - add duplex printing mods from Alain Caillard
  146.         v3.10,12/20/90 - correct A4 margins
  147.                        - add /N command line parameter to skip first prompt
  148.                        - set PC10 symbol set
  149. |       v3.20, 1/08/91 - remove setting of PC10 symbol set
  150. |                      - correct some margins
  151.  
  152. LJBOOK Command                  NOTICES                            Version 3.20
  153. --------------                                                     Jan  8, 1991
  154.  
  155.     LJBOOK (c) Copyright 1987-1991 by Vernon D. Buerg. ALL RIGHTS RESERVED.
  156.  
  157.     PC DOS version 2.0 or later is required.  About 64k of memory is needed.
  158.  
  159.     The internal font and the modifications to LJBOOK for its use were
  160.     supplied by R.W. Smetana.  The mods for printing on a DeskJet printer
  161.     were supplied by Robert W. King.  The duplex mods were supplied by Alain
  162.     Caillard.
  163.  
  164.     Please submit your modifications to me.  You may not distribute a modified
  165.     version of LJBOOK without my permission.
  166.  
  167.     LJBOOK is free, but it is a copyrighted work and may be distributed only
  168.     pursuant to this license.
  169.  
  170.     Permission is hereby granted to reproduce and disseminate LJBOOK so long
  171.     as:
  172.  
  173.        (1)  No remuneration of any kind is received in exchange; and
  174.  
  175.        (2)  Distribution is without ANY modification to the contents of
  176.             LJBOOK.COM and all accompanying documentation and/or support
  177.             files, including the copyright notice and this license.
  178.  
  179.     No copy of LJBOOK  may be distributed without  including a copy of  this
  180.     license.
  181.  
  182.     Any  other  use  is  prohibited  without  express, written permission in
  183.     advance.  Licensing  is  available  for  corporations and  institutions.
  184.  
  185.     Assembler source is available upon request.  If you  have enhancements,
  186.     or ideas for improvements,  please send them to the author.
  187.  
  188.     If you are using LJBOOK and  find it of value,  your gift in any  amount
  189.     ($20 suggested) will be greatly appreciated.
  190.  
  191.  
  192.  
  193.             Vernon D. Buerg
  194.             139 White Oak Circle
  195.             Petaluma, CA  94952
  196.  
  197.             CompuServe: 70007,1212    IBMHW
  198.             Data/BBS:   707-778-8944, VOR BBS, USR 2400
  199.                         707-778-8841, MB BBS, USR 9600
  200.                         415-994-2944, VOR South BBS, USR 9600
  201.             FAX:        707-778-8728
  202.