home *** CD-ROM | disk | FTP | other *** search
/ Shareware 1 2 the Maxx / sw_1.zip / sw_1 / TEXT / TM12_TIP.ZIP / 533.TXT < prev    next >
Text File  |  1991-12-18  |  1KB  |  36 lines

  1. Using Netware's CAPTURE:
  2. =======================
  3. Netware's CAPTURE command allows you to reroute printout from your
  4. local printer port to a print queue on the network.  This script
  5. only covers the CAPTURE part; print queue setup should only be
  6. done BY A PROFESSIONAL.
  7.  
  8. Syntax:  CAPTURE S=(Server) Q=(Queue) L=x nb nt nff ti=xx
  9.  
  10.     (Server)  is the file server where the Print Queue exists.  An
  11.          example would be S=FS1.
  12.  
  13.     (Queue)   is the name of the Print Queue you wish to print to.
  14.               Print Queus are set up in PCONSOLE.  For more
  15.               information, see your Novell documentation.
  16.  
  17.     L=x       is the printer port to CAPTURE from.  If you use the
  18.               command L=2, CAPTURE will effect printout on LPT2:.
  19.  
  20.     nb        stands for No Banner.  This prevents Netware from
  21.               printing an identifying banner on the top of your
  22.                    document.
  23.  
  24.     nt     tells Netware not to change your Tabs to Spaces.
  25.  
  26.     nff     tells Netware not to eject a page after each print job.
  27.  
  28.     ti=xx     tells netware to wait xx seconds after you stop printing
  29.          before it closes that print job and submits it to the
  30.          queue.  This us useful if you have formletters that
  31.          prompt you to enter information when you print them.
  32.  
  33.  
  34. end of 533
  35. created 03-27-91 JED
  36. indexed CAPTURE, SPOOL, PRINTING