home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-386-Vol-2of3.iso / s / select14.zip / SELECT.DOC < prev   
Text File  |  1992-10-22  |  3KB  |  71 lines

  1. Select v1.4
  2. Created by Jeff Pilant <pilant@nadc.nadc.navy.mil>
  3.  
  4. Usage:
  5.  
  6.    SELECT <queue> [/NB] | <keyword> | FILE <filename>
  7.  
  8. Where:
  9.    <queue> is the name of a print queue
  10.    /NB     selects no banner
  11.    HELP    this text
  12.    RESET   reset to login setup
  13.    LPT     set for no capturing of printers
  14.    NONE    set for no capturing of printers
  15.    LOCAL   set for no capturing of printers
  16.    SHOW    display capture status
  17.    FILE    set for capture to file <filename>
  18.            the captured file must reside on the server
  19.  
  20. With no arguments, select give a menu and allows you to
  21. set the timeout and choose queues for lpt2 and lpt3 as well.
  22.  
  23. --------------------------------
  24.  
  25. Select is designed to let you choose a novell print queue for the lpt ports
  26. given a list of queues drawn from the server's bindery.  After the list of
  27. queues are learned, Select adds 'NONE' for no queue capture.
  28.  
  29. This system is designed to work with JRB's USERS.EXE.  I add a field to his
  30. LOCATION.SRT file that contains the queue name and arguments to assign on
  31. login.  The initial number (before the ':') of the file is optional as per
  32. the users.  Select RESET will use this queue and arg list.  If you give no
  33. arguments, select will prompt you with a list to pick from.
  34.  
  35. Sample LOCATION.SRT:
  36. 00000000:000000000000 Server                           NONE
  37. 00000001:02608C42EC1A Console PC                       PRINTQ_0
  38. 00000001:02608C4BFBAE @Jeff Pilant                     Q_833/NB
  39.  
  40. Select defaults to capturing lpt1, but if you bring up the menu, you can
  41. choose to affect lpt1, lpt2, or lpt3.  Select sets a timeout of /TI=30, and
  42. also sets /NT (no tabs).  The Select menu responds to Home, End, PgUp, PgDn,
  43. Up, Down, B, 1, 2, and 3.  The arrows will wrap, the numbers select a printer
  44. port, and B will toggle banners.
  45.  
  46. Pressing Return will select the highlighted queue and apply the banner state.
  47. Pressing Escape will exit and display the current capture status.  Pressing
  48. F1 (Help) will exit and display the help screen.  Pressing X, Alt-X, or Ctl-X
  49. will exit with no displays.
  50.  
  51. The argument FILE on select's command line, will capture to a file with a
  52. timeout of 300.  If your queue names start with 'Q_', for example Q_COLOR,
  53. then you can drom the 'Q_' and say select color.
  54.  
  55.  
  56. Notes: JRB = <J.Baird@ono.lincoln.ac.nz>
  57.              John Baird
  58.              Lincoln University, NZ.
  59.        USERS.EXE is part of JRBUTILS.ZIP
  60.              available on splicer.cba.hawaii.edu,
  61.              netlab2.usu.edu, and elsewhere.
  62.  
  63. Update history:
  64. 1.4    Added timout controll
  65.     Fixed 'more' arrows
  66. 1.3    Added better arrow processing and lpt selection
  67.     Improved display speed
  68. 1.2    Added file capture at /TI=300
  69. 1.1    Added retrieval of names for offline printers
  70. 1.0    Origional version
  71.