home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / PRINT / XPRT54.ZIP / XPRT.TXT < prev   
Text File  |  1994-03-02  |  7KB  |  192 lines

  1.              XPRT - LaserJet Printer Utility (Shareware)
  2.  
  3. XPRT formats text for output to the HP LaserJet Family, and compatible
  4. laser printers. Some of XPRT's features are:
  5.  
  6. 1.  Graybar toggle - Provides shading of alternating lines of text to
  7.     help delineate lines of source code.
  8.  
  9. 2.  Smart word wrap - Will wrap at a whitespace if possible. Maintains
  10.     text indentation (source code structure).
  11.  
  12. 3.  Port Selection - Allow selection of LPT1, LPT2, LPT3, LPT4, or a
  13.     file for output. If file is chosen, it can later be typed or copied
  14.     to the printer.
  15.  
  16. 4.  Miniature Type - Allows combining subscript, superscript, and
  17.     compressed print. This lets you cram lots more on a page.
  18.  
  19. 5.  Menu or Command Line - Command line operation allows XPRT to be
  20.     called from another program for hands-off operation.
  21.  
  22. 6.  Page headings: 1. Includes file name, date, and page number.
  23.                    2. Also provides the FILE date and time.
  24.                    3. Page numbers only.
  25.     Page headings may also be turned off.
  26.  
  27. 7.  The current configuration of XPRT may be saved as the default.
  28.     Selecting 'S' from the menu establishes new default settings.
  29.  
  30.     ------------------------------------------------------------------
  31.                                    Note
  32.     vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
  33.     
  34.     For use on a Local Area Network... if XPRT.EXE is write-protected
  35.     for any reason, XPRT.CFG will be created in the current directory.
  36.     When XPRT starts, it will attempt to open XPRT.CFG for default
  37.     setup information. If the .CFG file cannot be opened, XRPT will
  38.     use it's internal setup data.
  39.  
  40.     If XPRT.EXE is not write-protected, the setup data will be saved 
  41.     to the executable file. XPRT.CFG will not be created.
  42.  
  43.     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  44.     ------------------------------------------------------------------
  45.  
  46. 8.  If the resulting printout is 10 pages or more, XPRT will beep
  47.     upon completion. This is to prevent you from having to watch
  48.     the monitor for long periods of time.
  49.  
  50. 9.  Support for legal size paper.
  51.  
  52. 10. Once registered, one need only download later versions to upgrade.
  53.     There is no charge for upgrades unless mailing a disk is required.
  54.    
  55. 11. Support for printing multiple copies.
  56.  
  57. 12. Selection of 6, 7, 8, or 10 (in miniature mode) lines per inch.
  58.  
  59. 13. Support for printing line numbers.
  60.  
  61. XPRT will check for a printer connected to the port if an LPT is 
  62. selected. It cannot, however, determine it the printer is LaserJet
  63. compatible. It must assume that the operator knows. This is
  64. unavoidable as the LaserJet provides no means of identification
  65. via software.
  66.  
  67. If you experience problems viewing XPRT with a monochrome monitor,
  68. set an environment variable MONITOR equal to MONO in your autoexec.bat
  69. file.
  70.    i.e.    set MONITOR=MONO
  71.  
  72. Command line switches can all be jammed together or separated by 
  73. whitespace.
  74.  
  75.   Syntax: XPRT [filename] [switches]
  76.  
  77.    Where: filename = Name of text file to be printed, path included.
  78.           switches = Optional formatting switches (see below).
  79.  
  80.   Command line switches:
  81.  
  82.   A    = Compressed print.
  83.   B    = Elite print (if supported.)
  84.   C    = Pica print.
  85.   D    = Miniature print.
  86.   Gnnn = Shade alternating lines of text.
  87.          Where nnn is the width of the shading.
  88.   Hn   = Page heading select.
  89.          If n is 0 - No heading is printed.
  90.          If n is 1 - The heading contains the file name, page number,
  91.                      and the current date/time.
  92.          If n is 2 - The file date/time is added to the heading also.
  93.          If n is 3 - The header contains only the page number.
  94.   Inn  = Indent left margin nn spaces. Max is 25.
  95.   M    = Landscape (legal size.)
  96.   N    = Include line numbers.
  97.   Pn   = Printer port selection.
  98.          If n is 1 - Print to LPT1
  99.          If n is 2 - Print to LPT2
  100.          If n is 3 - Print to LPT3
  101.          If n is 4 - Print to LPT4
  102.          If n is 5 - Print to FILE
  103.   Q    = Portrait (letter size.)
  104.   Tnn  = Expand tabs to nn spaces. Max is 25.
  105.   Unn  = Number of copies to print where nn is 1-99.
  106.   V    = Portrait (legal size.)
  107.   W    = Landscape (letter size.)
  108.   Y    = Ignore embedded formfeed character.
  109.   Z    = Respond to embedded formfeed character.
  110.  
  111.          The command line:
  112.  
  113.             XPRT somefile.txt G3 
  114.  
  115.          Will shade alternating sets of three lines.
  116.  
  117.             XPRT somefile.txt G100
  118.  
  119.          Will shade the entire page.
  120.  
  121.          The command line:
  122.  
  123.              XPRT somefile.txt p5
  124.  
  125.          Will produce an output file named 'filename.XPR' in the current
  126.          directory. If this file already exists, it will be overwritten
  127.          without warning.
  128.  
  129. XPRT /r  will allow the user to enter the serial number that is assigned
  130.          upon registration.
  131.          
  132. XPRT /i  Toggle 'Fast Exit'. This will allow registered copies of XPRT
  133.          to exit immediately, instead of returning to the menu.
  134.          
  135. XPRT /?  will display a list of command line switches for batch mode.
  136.  
  137. XPRT [filename] will bring up the XPRT options menu.
  138.  
  139. XPRT [filename] [switches] will go directly to printing.
  140.  
  141. Initial Defaults: Pica, Portrait, Embedded formfeed on, Gray Bar Off,
  142.                   Page Header One, Indent 5, LPI 6, Port LPT1,
  143.                   4 Spaces/Tab, 1 Copy, line numbers off.
  144.                   
  145.     ------------------------------------------------------------------
  146.                                Newest Stuff      
  147.     vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
  148.     
  149.     Version 5.4
  150.         1. Added a third heading selection that includes only the
  151.            page number.
  152.     
  153.     Version 5.3
  154.         1. Fixed bug in status display. Line Numbers was indicating 'On' 
  155.            when actually 'Off' and vice-versa.
  156.         2. Added /i command line switch to toggle 'Immediate Exit' 
  157.            mode. This will cause XPRT to exit after print without
  158.            waiting for action from the user.
  159.            
  160.     Version 5.21
  161.         1. Removed duplex mode for LaserJet IIIsi printers. I have
  162.            had trouble with this option and I do not have access to a
  163.            duplex-equiped IIIsi.
  164.     
  165.     Version 5.2
  166.         1. Added 'Lines/Inch' and 'Line Numbers' to status box that
  167.            is displayed during printing.
  168.     
  169.     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  170.     ------------------------------------------------------------------
  171.  
  172. Distribution - XPRT may be freely distributed via BBS, CD, Internet,
  173.                Pony Express, etc. The only charges allowed are those
  174.                to cover distribution expenses.
  175.                
  176. The latest release of XPRT may be downloaded from:
  177.     Compuserve - IBMHW (IBM Hardware) and HPPER (HP Peripherals) forums.
  178.     Internet   - FTP oak.oakland.edu /pub/msdos/laser
  179.  
  180. The author may be reached via:
  181.  
  182.       Mail - Paul R. Bearden
  183.              North Texas Computer Solutions
  184.              Box 426 / 312 N. Illinois Street
  185.              Celina, TX     75009
  186.  
  187.      Phone - (214) 382-2867
  188.  
  189. Compuserve - 72117,510
  190. Internet   - pbeard@netcom.com
  191.  
  192.