home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / vmsnet / networks / tcpip / multinet / 1781 < prev    next >
Encoding:
Text File  |  1992-07-22  |  2.4 KB  |  60 lines

  1. X-Gateway-Source-Info: INTERNET
  2. Path: sparky!uunet!elroy.jpl.nasa.gov!ames!network.ucsd.edu!mvb.saic.com!tgv.com!info-multinet
  3. Date: 22 JUL 92 18:09:44 GMT
  4. Newsgroups: vmsnet.networks.tcp-ip.multinet
  5. X-Return-path: <info-multinet-relay@TGV.COM>
  6. X-RFC822-From: Brian McKeever <MCKEEVER@VAX2.CSTP.UMKC.EDU>
  7. From: Brian McKeever <MCKEEVER@VAX2.CSTP.UMKC.EDU>
  8. Subject: INITIALIZE_TEMPLATE.COM updated for Multinet V3.1.
  9. X-Envelope-to: info-multinet@tgv.com
  10. X-VMS-To: IN%"info-multinet@tgv.com"
  11. Organization: The INFO-MULTINET Community
  12. Message-ID: <23801EBF22JUL92180944@TGV.COM>
  13. Nntp-Posting-Host: Mvb.Saic.Com
  14. Lines: 44
  15.  
  16. If anyone is using my INITIALIZE_TEMPLATE.COM procedure to create
  17. MULTINET:INITIALIZE_<queue-name>.COM files to customize their Multinet LPD
  18. queues, there is a new version available via anonymous FTP from
  19. CSTP.UMKC.EDU.  The file name is INITIALIZE_TEMPLATE.COM-031 and it's in
  20. the [.MNET] sub-directory.  It is for use with V3.1 only.
  21.  
  22. Changes:
  23.  
  24.   o Initializes LPD queues with Multinet V3.1 compatible /DESCRIPTIONs.
  25.   o Accepts a new parameter P3 that is appended onto the Multinet standard
  26.     description so you can make things prettier.
  27.   o Allows the user to define a table of qualifier shortcuts.  For instance,
  28.     if you have a default /FORM you want to put on all your laser printers
  29.     you can define a symbol in the command procedure that translates to the
  30.     actual INIT qualifiers you want to use, then:
  31.  
  32.       @INITIALIZE_TEMPLATE <queue-name> "'LASER/BLOCK=(1,2000)'PROT" [<desc>]
  33.  
  34.     The procedure will translate the 'LASER and 'PROT to their symbol
  35.     definitions and use the resulting string qualifiers to the INIT command.
  36.     See the comments in the code for more information.
  37.  
  38. For new INFO-MULTINET subscribers, INITIALIZE_TEMPLATE creates .COM files
  39. that...
  40.  
  41.   o Only INITIALIZE queues if they don't exist, otherwise it STARTs the
  42.     queues only.
  43.   o Spools files to the device specified by the logical name SPOOL$DEVICE
  44.     instead of SYS$SYSDEVICE.
  45.   o Notifies OPCOM if SPOOL$DEVICE doesn't exist.
  46.   o Allows you to activate MULTINET:REMOTE-PRINTER-QUEUES.COM at any
  47.     time (if all your LPD queues have INITIALIZE_<queue-name>.COM
  48.     files) to add new queues without having to reboot or manually adding
  49.     or removing any queues.
  50.   o Automates putting queue specific qualifiers on the INITIALIZE
  51.     command (See Changes above).
  52.  
  53. The old procedure is still available as INITIALIZE_TEMPLATE.COM-030 for use
  54. with Multinet V3.0.
  55.  
  56. Enjoy,
  57.  
  58. --Brian
  59. 
  60.