home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / print / pps114.arj / PPS.TXT < prev   
Text File  |  1992-01-12  |  6KB  |  111 lines

  1.  PPS -- Print to PostScript (Revision: 1.14 , Date: 01/12/92 14:35:30 )
  2.         Copyright (C) 1991 Object Engineering, Inc. ALL RIGHTS RESERVED
  3.         Demo Version
  4.  ____________________________________________________________________________
  5.                   Print text files to a PostScript printer                  
  6.  
  7.     Useful for printing: source code files, ASCII data files,  database and
  8.     spreadsheet output files, as well as many others.
  9.  
  10.     Allows selection of page header information,  line width,  page length,
  11.     margin sizes,  multiple page images per sheet, margins, tabs, and more.
  12.  
  13.  Please refer all inquiries        Object Engineering, Inc.
  14.          and suggestions to:       P.O. Box 5968
  15.                                    Beaverton, Oregon 97006, USA
  16.  
  17.  This  is a  user supported  product.   It is  not public domain,  and it  is
  18.  not  free software.   You are  granted a limited license to use this product
  19.  on a trial basis.   If  you wish to  continue using  the product  after  the
  20.  trial period you must register by sending (for each computer to be used):
  21.     (a) $15 for registration only (no disk),
  22.     (b) $30 for registration plus the latest version on disk, or
  23.     (c) $40 for registration, disk and printed, bound manual
  24.  to the address stated above.
  25.  
  26.  Warranty -  Object Engineering Inc.  disclaims all  warranties of  any kind,
  27.  including  but  not  limited to  implied warrenties  of merchantability  and
  28.  fitness  for a  particular purpose.   In no event  shall  Object Engineering
  29.  be liable  for any  special, incidental, or consequential damages, including
  30.  lost profits.
  31.  
  32.  If you  fail to  abide by the terms of this license  you are depriving me of
  33.  fair compensation for my time and efforts.
  34.  
  35.  I hope you enjoy and benefit from the use of this product.   Please refer to
  36.  the program documentation for complete instructions.
  37.  
  38.  ____________________________________________________________________________
  39.  
  40.   PPS Command Syntax:
  41.                          PPS [flags] filepattern ...                Defaults
  42.  
  43.   Flags: -Hx    Print page headers.  x toggles options:                     
  44.                    -    - enables/disables printing of headers           yes
  45.                    F    - print Filename                                 yes
  46.                    P    - print file Path (directory)                     no
  47.                    MD   - print file modification date                   yes
  48.                    MT   - print file modification time                   yes
  49.                    N    - print page Number                              yes
  50.                    B    - draw a Border around the header                yes
  51.                    Gx   - set background Gray level to x (0.0-1.0)       1.0
  52.                    T"x" - set header Title string to x                     -
  53.          -M#   Set all margins to # inches                               0.5
  54.          -Mx#  Set margin x (T-top,B-bottom,L-left,R-right) to # inches     
  55.          -MI#  Set margin between page images to # inches               0.25
  56.          -W#   Set line width to # characters                               
  57.          -LW   Enables Line Wrapping                                      no
  58.          -L#   Set page length to # lines                                 66
  59.          -Ox   Select page orientation (OP-Portrait or OL-Landscape)      OP
  60.          -I#   Page Images per printed sheet (reduced size)                1
  61.          -IA#  Page Images Across printed sheet (reduced size)             1
  62.          -ID#  Page Images Down printed sheet (reduced size)               1
  63.          -B    Draw a border around (N-None,P-Page image,S-Sheet)          P
  64.          -Fx   Select print font (C-Courier,H-Helvetica,T-Times-Roman)     C
  65.          -FNx  Select named print font x                                   -
  66.          -Tx   Set tab expansion to every x spaces                         8
  67.          -Xx   Process environment string PPS_DEFx                         -
  68.          -Q    Query user (Y/N) for printing each file                    no
  69.          -Ex   Exclude file(s) matching string x                           -
  70.          -?    Show selected print options                                no
  71.          -Ddev Send output to device (or file) (to screen if -D only)    PRN
  72.  
  73.  
  74.   Examples: PPS document.txt
  75.                  Will print the file "DOCUMENT.TXT" with page headers
  76.                  (the default), 66 lines per page (the default), and 0.5 
  77.                  inch margins on all sides (the default).
  78.  
  79.             PPS -hp -mt1.5 -w132 *.c *.h
  80.                  Will print all files with the extension ".C" or ".H" in
  81.                  the current directory with page headers (the default) which
  82.                  include the file path name.  A 1.5 inch top margin and 132
  83.                  characters per line override the defaults for these
  84.                  parameters.
  85.  
  86.             PPS -ol -i4 -dpostf.ps data.prn
  87.                  Will print the file "DATA.PRN" in landscape mode with
  88.                  4 page images per sheet, and the PostScript output going
  89.                  to file POSTF.PS.
  90.  
  91.  Commonly used  flags can be  set in the MS-DOS  environment variable PPS_DEF
  92.  using  the  SET command at a  DOS prompt or in AUTOEXEC.BAT.    Command line
  93.  flags will override PPS_DEF flags.  The order of flag processing is:
  94.  
  95.                  1) Default values
  96.                  2) PPS_DEF             (if defined)
  97.                  3) PPS_DEFx            (if defined and specified)
  98.                  4) Command line flags  (if specified)
  99.  
  100.            e.g. SET PPS_DEF=-w80
  101.                 SET PPS_DEFWIDE=-w132 -m1.0
  102.                 PPS DOC.TXT                (prints 80 columns, 0.5" margins)
  103.                 PPS -xwide DOC.TXT         (prints 132 columns, 1.0" margins)
  104.  ____________________________________________________________________________
  105.  
  106.     "PostScript" is a registered trademark of Adobe Systems Incorporated.
  107.     "Turbo C++" is a registered trademark of Borland International.
  108.  ____________________________________________________________________________
  109.  
  110.        Copyright (C) 1991 Object Engineering, Inc. ALL RIGHTS RESERVED 
  111.