home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 633.lha / WB_Printer / WBPrinter.doc.pp / WBPrinter.doc
Text File  |  1992-05-20  |  4KB  |  90 lines

  1.  
  2.                        WorkBench Printer Utility
  3.  
  4.  
  5.      WBPrinter is a WorkBench 2.04 program that places an AppIcon in the main
  6. WorkBench window.  If any file icons are droped onto the AppIcon the files they
  7. represent will be spooled to a specified directory then dumped to the printer.
  8.  
  9.  
  10.  
  11.  
  12. INSTALLATION
  13.  
  14.      WBPrinter is easy to install.  Just drop its icon into the WBStartup drawer
  15. on your boot disk and WBPrinter will be started whenever you load WorkBench.
  16.  
  17.      WBPrinter accepts the following ToolTypes:
  18.  
  19.      SPOOLDIR=<path>         directory to use for temporary storage of files
  20.                              to print.  Defaults to "RAM:".
  21.                              Files are stored in the directory
  22.                              under the name PrintFile.n where n is a number
  23.                              that is incremented each time a file is spooled.
  24.                              This is to prevent one file from overwriting
  25.                              another of the same name.
  26.  
  27.      ICON=<path to icon>     this is the FULL PATH to an icon You would like to
  28.                              use instead of the programs default icon (be sure
  29.                              to leave off the .info part).
  30.  
  31.      ICON_LEFT_EDGE=<n>      indicates how far in pixels You want the icon to
  32.                              appear from the left edge of the WorkBench window.
  33.                              Defaults to no position.
  34.  
  35.      ICON_TOP_EDGE=<n>       indicates how far in pixels You want the icon to
  36.                              appear from the top edge of the WorkBench window.
  37.                              Defaults to no position.
  38.  
  39.      SKIP_PERF=(TRUE|FALSE)  indicates whether You would like to set your
  40.                              printer to skip perforations. defaults to TRUE.
  41.                              If your printer doesn't support perf skipping
  42.                              the setting of this will not matter.
  43.  
  44.      EJECT_PAGE=(TRUE|FALSE) indicates whether You would like to send a
  45.                              form-feed at the end of each print. defaults to
  46.                              TRUE.
  47.  
  48.  
  49.  
  50. USAGE
  51.  
  52.      To print a file from WorkBench simply drag the files icon over the
  53. Printer icon.  The file will then be printed.
  54.  
  55.      Double clicking on the printer icon will open up the control windoow.
  56. The first button selects printer line spacing (6 or 8 LPI).
  57. The second button selects print quality (Draft or NLQ).
  58. The third button selects print pitch (10, 12, or 15 CPI).
  59.  
  60. Next are two number gadgets for entering the left and right margin values.
  61.  
  62. The "From Preferences" button sets the previous five gadgets to values obtained
  63. from user preferences.
  64.  
  65. The button labelled "Skip Perf" selects whether a form-feed will be performed
  66. after a certain number of lines are printed.  When the button is checked a
  67. perforation skip will be performed.  If your printer doesn't support perf
  68. skipping then the setting of this will not matter.
  69.  
  70. The button labelled "Eject Page" select whether a form-feed will be performed
  71. after each print is completed.  When the button is checked a form-feed will
  72. be performed.
  73.  
  74. The scrolling list in the top right displays the names of all files that have
  75. been spooled.  Click on one of the names to select it.  Then you may click on
  76. the "CANCEL" button to cancel that print or the "NEXT" button to move that
  77. print up to be printed next.
  78.  
  79.  
  80. The "Set Spool Directory" button allows you to select a new directory to use
  81. as the temporary storage area.  If there are still files in the current
  82. directory to be printed then this button will do nothing.
  83.  
  84. The last button is the "Quit WBPrinter" button.  This button will terminate
  85. WBPrinter and remove the icon from the screen.
  86.  
  87.  
  88.  
  89.  
  90.