home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR16 / PRT2V10.ZIP / PRINT2.DOC next >
Text File  |  1993-03-25  |  5KB  |  116 lines

  1.  
  2.  
  3.    Print2 - A small, yet powerful laserjet printer utility to
  4.             print 2 pages of ASCII text onto 1 sheet of paper in
  5.             landscape mode.  Best results with 3 Hole Punched Paper!!!
  6.  
  7.    In version 1.0 - Initial Release has basic functions.  This program was
  8.                     written in Turbo C++ v2.0.  It will work in a DOS or
  9.                     Windows environment.  Simply add it to your Main or
  10.                     Accessories Window.
  11.  
  12.  
  13.    To use this program simply enter:   PRINT2  <cr>
  14.  
  15.    Then the screen will prompt you for the filename. The filename is assumed
  16.    to be in the current directory you are in.  Full pathnames are accepted
  17.    if you wish to print a document from another area.
  18.  
  19.    WHAT THE PROGRAM WILL DO?
  20.  
  21.    This program will print 2 pages of text on 1 sheet of paper and draw
  22.    a dividing line down the middle of the page.  Also, included with this
  23.    release is a page numbering routine that prints the page number in the
  24.    top right corner of each sheet.  This program is set up to start each
  25.    page at the pressence of a Page Feed in your text, or at 66 lines (which
  26.    ever comes first).  In other words, it should work for most documents that
  27.    you receive with many shareware programs.
  28.  
  29.    USE 3-HOLE PUNCHED PAPER!
  30.  
  31.    I have found that if you load your Laserjet printer with 3-hole punched
  32.    paper (with the holes positioned to the left of the paper tray), it will
  33.    print ready for your 3 hole punched Binder!  This is great for listing
  34.    out those spreadsheets or other database reports.  (1 note though, the
  35.    page is limited to 80 characters wide and it will truncate after that, so
  36.    make sure your report will fit on a standard sheet of paper (portrait
  37.    mode)).  If you really want to try it, Print2 this document just to see
  38.    the results!
  39.  
  40.    WINDOWS 3.x USERS!
  41.  
  42.    Set this program up as a icon in one of your Windows groups.  Open the
  43.    window you wish to have it, then, Click on File, New, and enter it as a
  44.    new Program Item.  Put the Full Pathname and filename in.  I have included
  45.    PIF file so that you can run this in the background while you print those
  46.    large documents.  Also, included is my own personal Print2 Icon.  Copy the
  47.    PRINT2.PIF, PRINT2.EXE, and Print2.ico into your Windows directory.
  48.    Where it says Command line, put C:\WINDOWS\PRINT2.PIF,  then CLick on CHANGE
  49.    ICON, hit backspace, and type C:\WINDOWS\PRINT2.ICO,  Click OK to save.
  50.    (NOTE: you may have to use the PIF editor to change the path from C: to
  51.     another drive if Windows isn't on C:, Click on the PIF editor to change)
  52.    Remember, In this release LPT1: port is the only port available.
  53.  
  54.  
  55.    TESTING, TESTING, and MORE TESTING!!!!
  56.  
  57.    This program has been tested with the HP II, IIp, III, III+ series.
  58.    So far, I have not found any measurable problems with it.  It will
  59.    strip out any Escape Characters that your document will contain, so if
  60.    you see some wierd characters printed, check the document for any Escape
  61.    characters.
  62.  
  63.    NOTE:  This basic release directs ALL Print functions to LPT1: !
  64.  
  65.  
  66.                                                 Print2 Documentation Page 2
  67.  
  68.  
  69.    This program is hereby released as Public Domain software known as
  70.    "FREEWARE"!   It may be freely distributed and used as long as this
  71.    document and the program remain unaltered, and you do NOT charge a
  72.    fee for it use! (a duplication fee for many shareware houses is
  73.    acceptable as long as the price remains under $3.00)  The author, William
  74.    Mantz, does NOT warrant, guarantee, or make any representations as
  75.    to the performance or reliability of this software and will not be held
  76.    responsible for any incedental or consequential damage that may incur.
  77.    Quite simply,  YOU ARE USING IT AT YOUR OWN RISK!
  78.  
  79.    THE SOURCE CODE
  80.  
  81.    Sorry, the Source Code for PRINT2 is unavailable.  I have spent many long
  82.    hours working out the details to send escape codes sequences to the
  83.    laserjet printer and to provide a high quality, small, yet powerful
  84.    printing utility.  The decision not to share the source code gives me
  85.    the ability to safegaurd the reliability and integrity of the program.
  86.  
  87.    WHATS NEXT?????
  88.  
  89.    A version 1.1 is currently underway!  The new version will support LPT1:,
  90.    LPT2:, or COM (for serial) as a switch from the command line.  Other
  91.    features will also include the ability to pass the filename from the DOS
  92.    command line (currently not available).  Maybe even a Windows interface
  93.    for those who use Windows 3.1!  As you can see, this program compressed is
  94.    only about 8k of disk space.  Even in it uncompressed state, is was only
  95.    a mere 12k!
  96.  
  97.  
  98.    Other support??? call Maddog Productions BBS!  (a Wildcat! BBS)
  99.  
  100.    You can get the latest copy of this program from my own BBS!
  101.    Maddog Productions is proud to present a CD-ROM + Hard Disk database.
  102.    It is also a Support BBS for GuareGraphics which contains many fine
  103.    programs written from a very good friend of mine Jim Guare!
  104.    You can download any of those files without prior validation.
  105.  
  106.    Here is the number!
  107.  
  108.    (215) 855-4621   1200 bps to 14.4k bps USRobotics Dual Std.
  109.  
  110.    You can also reach me through Email on Compuserve:
  111.    William Mantz
  112.    71064,3677
  113.  
  114.    Enjoy!
  115.  
  116.