home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 355.lha / InterleavedPrefPrinter / IPP_Doc.pp / IPP_Doc
Text File  |  1990-03-12  |  7KB  |  177 lines

  1.   
  2.   *********************************************************************
  3.   *                                                                   *
  4.   *                Interleaved Preferences Printer - IPP              *
  5.   *                                                                   *
  6.   *                         'The Paper Saver'                         *
  7.   *                                                                   *
  8.   *                       written by: Jeff Hoag                       *
  9.   *                                                                   *
  10.   *    Copyright © - 1990 Jeff Hoag All Rights Reserved World Wide    *
  11.   *                                                                   *
  12.   *********************************************************************
  13.  
  14.      SHAREWARE:
  15.  
  16.      I.P.P. is Shareware. You may upload this software to any bulletin 
  17.      board or electronic service provided:
  18.  
  19.      1. That service does not claim copyright on uploaded software or 
  20.      does not charge above it's normal access rates for download of this
  21.      software. 
  22.  
  23.      2. No organization may charge more than handling costs for this 
  24.      software with out the express written permission of the author.
  25.  
  26.      3. All files included in this archive remain intact inside the
  27.      archive, including this licensing notification.
  28.  
  29.      IPP is Shareware. This means that you may try the software first and 
  30.      see if you like it or use it frequently. If you do, shareware asks you 
  31.      to send $10.00 (Ten dollars) as a registration/usage fee to:
  32.                                    Jeff Hoag
  33.                                    615 10th Ave So.
  34.                                    Safety Harbor, FL 34695
  35.  
  36.      Doing so will give you a warm feeling inside, knowing you have
  37.      helped support a starving Amiga developer. Also I plan on 
  38.      releasing more titles in the future as shareware and as a 
  39.      registered owner you will be entitled to two things:
  40.  
  41.      1. A $5.00 rebate in the form of paying $5.00 less shareware fee's 
  42.      on the next software program released (on a $10.00 piece this means
  43.      half off) and 
  44.  
  45.      2. Notification of upgrade availability or new title releases as 
  46.      they occur.
  47.  
  48.      APB registered owners need send only $5.00.
  49.  
  50.  
  51.      Program Overview:
  52.  
  53.      IPP was written to take advantage of both sides of a piece
  54.      of paper, cutting those long text file printouts in half
  55.      and making your listings much easier to read. Because IPP uses
  56.      your Preferences Printer specs for page length, varied and
  57.      customized 'Book type' printouts are possible with YOUR printer.
  58.  
  59.      To see on-screen help just type in IPP and press return.
  60.  
  61.      Defaults
  62.  
  63.           IPP MUST be started from the Amiga CLI or Shell. A file
  64.      option must be given or IPP will abort, unable to open file.
  65.      If you do not specify Even or Odd IPP will default to Odd
  66.      starting with page 1. (one)
  67.  
  68.           IPP is very SENSITIVE to the Length setting in your Preferences
  69.      Printer setup. Length is the number of lines on YOUR printed page.
  70.      IPP uses this number in it's calculations for printing a page. Also
  71.      as a line offset figure for even and odd page configuration calculations.
  72.  
  73.      General Overview of Use.
  74.  
  75.           Have IPP print your text-file starting with the odd pages. This
  76.      starts you with page one. An example of this would be:
  77.  
  78.                          IPP -ftest.txt -o
  79.  
  80.      Then TURN YOUR PAPER OVER so that the first sheet to be printed is
  81.      the back of Page 1 just printed and tell IPP to print the even
  82.      pages of your text file. An example of this is:
  83.  
  84.                          IPP -ftest.txt -e
  85.  
  86.      This will give you the 'IPP-book' printout.
  87.  
  88.      PLEASE NOTE:
  89.  
  90.           Pay particular attention to paper placement, making sure you
  91.      print page 2 on the back of page 1 etc. 
  92.  
  93.           Tractor feed printers should leave an EXTRA sheet of paper
  94.      above Page 1. This allows for easy positioning of the paper in
  95.      your printer. Sheet fed printers do not require this.
  96.  
  97.  
  98.      Starting IPP from the CLI.
  99.  
  100.           IPP MUST be started from the Amiga CLI or Shell. The following
  101.      options are available at start up:
  102.  
  103.           -F or -f  Specifies the file you wish IPP to print. At this time
  104.                     you MUST SPECIFY a complete path or the default will be
  105.                     your current directory. Examples:
  106.  
  107.                          IPP -Ftest.txt
  108.  
  109.                          IPP -fs:test.txt
  110.  
  111.                          IPP -fdf0:s/temp/test.txt
  112.  
  113.           -S or -s  Specifies the page number you want IPP to start printing
  114.                     with. This does NOT mean IPP starts so many pages into
  115.                     the file but rather starts PAGE NUMBERING at the specified
  116.                     number. This is useful if your text file is split between
  117.                     two or more files and you don't want the numbering system
  118.                     to start over at 1 halfway through your printout. This is
  119.                     NOT a smart option. In other words if you specify an s
  120.                     value of say 50 but tell IPP to print out the ODD
  121.                     pages IPP will start the odd pages with 50 and increment
  122.                     all odd pages by 2. In other words page 1 will be 50,
  123.                     page 3 will be 52 etc etc. Examples:
  124.  
  125.                          IPP -Ftest.txt -s50
  126.  
  127.                          IPP -fs:test.txt -s150
  128.  
  129.                          IPP -fdf0:s/temp/test.txt -s1001
  130.  
  131.           -O or -o  Tells IPP to print the ODD PAGES of your book print
  132.                     out. This means that IPP will start with page one
  133.                     of your text file and print out pages 1,3,5,7 etc
  134.                     etc on to the end of your file. Examples:
  135.  
  136.                          IPP -Ftest.txt -o
  137.  
  138.                          IPP -fs:test.txt -o -s51
  139.  
  140.                          IPP -fdf0:s/temp/test.txt -s1001 -o
  141.  
  142.                               Then Turn your paper over
  143.                               and use the -E option.
  144.  
  145.           -E or -e  Tells IPP to print the EVEN PAGES of your book print
  146.                     out. This means that IPP will skip the first amount
  147.                     of lines specified by the Length command in Preferences
  148.                     equal to the first page. In other words the first
  149.                     even number is 2 (books don't have page 0) so IPP
  150.                     will print pages 2, 4, 6, 8, etc etc to the end of
  151.                     the file. Examples:
  152.  
  153.                          IPP -Ftest.txt -e
  154.  
  155.                          IPP -fs:test.txt -e -s50
  156.  
  157.                          IPP -fdf0:s/temp/test.txt -s1000 -e
  158.  
  159.           These flags can be used in any combination.
  160.  
  161.     I have tested this software with both the HP Deskjet and
  162.     the star nx-1000. I changed the Length parameter for each
  163.     but other than that IPP worked fine with both. If you are
  164.     having problems look at your Length setting and keep in
  165.     mind IPP uses the top 2 lines for it's header line.
  166.  
  167.  
  168.      /*****************************************************************\
  169.  
  170.      Thanks for using IPP. Please don't forget that it is Shareware and 
  171.      that I am depending on you for support. I can be reached at the 
  172.      Shareware address provided above. Please feel free to pass IPP along
  173.      to other bbs's or friends, only PLEASE keep all the files included
  174.      in this LHarc together. 
  175.      Thanks. 
  176.      Jeff Hoag. 2.4.90
  177.