home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / VB / VB009.ZIP / HARDCOPY.SET < prev    next >
Text File  |  1991-03-02  |  2KB  |  106 lines

  1. !  -------------------------------------------------------------------
  2. !  -- HARDCOPY.SET  --  version 1.26  --  20 May 1990  --  UserWare  -
  3. !  -------------------------------------------------------------------
  4. !  This is the "default" setup file for HardCopy.EXE
  5. !  You may edit any setting to suit your own purposes
  6. !  ->  If you don't change any defaults, this file is not needed  <-
  7. !  You may also pass any setting from the command line, like this:
  8. !  >Hardcopy  Source  Target  Option=Setting
  9. !  To specify a different setup file, use Set=Filename.Ext
  10.  
  11. ; PAUSE -- wait for keypress between pages
  12.  
  13.   PAUSE=NO
  14.  
  15.  
  16. ; TOP margin -- Blank lines for top of each page
  17.  
  18.   TOP=3
  19.  
  20. ; PAGE length -- number of text lines before form feed
  21.  
  22.   PAGE=66
  23.  
  24. ; LEFT margin -- column for first character on line.
  25.  
  26.   LEFT=5
  27.  
  28.  
  29. ; LINE length -- number of characters to print after left margin.
  30.  
  31.   LINE=70
  32.  
  33. ; SPACING -- Single=1 Double=2 et cetera.
  34.  
  35.   SPACING=1
  36.  
  37.  
  38. ; TABS -- number of spaces between tab stops
  39.  
  40.   TABS=4
  41.  
  42. ; FORM feed -- End page with FormFeed character (^L)?
  43.  
  44.   FORM=YES
  45.  
  46.  
  47. ; MODE -- printer type: Plain  ASCII  Graphics  or  Literal
  48.  
  49.   MODE=PLAIN
  50.  
  51. ; SETUP -- decimal codes for printer setup { i.e. 27 54 }
  52.  
  53. ; SETUP="27 54"
  54.  
  55. ; PDF   -- Printer Definition file to use (MicroStar type)
  56.  
  57. ; PDF=HARDCOPY.PDF
  58.  
  59.  
  60. ; HEADER -- Print  " filename  ..  page# "  header
  61.  
  62.   HEADER=YES
  63.  
  64. ; FIRST -- first page to print ( use to reprint selected pages )
  65.  
  66.   FIRST=1
  67.  
  68. ; LAST -- last page to print   ( use to reprint selected pages )
  69.  
  70.   LAST=9999
  71.  
  72.  
  73. ; KEEP -- try and keep paragraphs together?
  74.  
  75.   KEEP=YES
  76.  
  77. ; BLANK -- do blank lines separate paragraphs?
  78.  
  79.   BLANKS=YES
  80.  
  81.  
  82. ; TRIM -- number of characters to trim from each input lin
  83.  
  84.   TRIM=0
  85.  
  86. ; WRAP -- wrap long lines?
  87.  
  88.   WRAP=YES
  89.  
  90.  
  91.  
  92. !  The following pertain only to "virtual book" files.
  93.  
  94.  
  95. ; FILTER -- Iris "line types" to omit from printout
  96.  
  97. ; FILTER=">?*;!"    CMDCOL=1    EOLCHARS="10 13"
  98.  
  99. ; TABLE -- print table of Iris-type page names?
  100.  
  101.   TABLE=YES
  102.  
  103. ; BODY -- print actual text (or just TABLE and/or INDEX )?
  104.  
  105.   BODY=YES
  106.