WNODE.CTL

1.6 KB af9384b34c7a7db4…
;
;
;                               Window Node 2.1
;
;                              Nodelist Compiler
;
;                   By Silvan Calarco, FidoNet 2:334/100.2
;
;
;           (C) Copyright 1991 Silvan Calarco.  All Rights Reserved.
;
;
;_____________________________________________________________________________
;
;
; Commands:
;
; Command NODELISTDIR specifies direcory in which WNode will  find nodelist
; files: it must be specified first. WNode will try to find the destination
; directory in WMAIL.PRM: if it's not present WNode will use NodelistDir as
; destination directory.
; You can specify the zones you want WNode to compile, writing up to 5 zone
; numbers after nodelist directory.
;
; Please, compile nodelist files every time you change nodelist.* file !
;
NodeListDir C:\Fd\Nodelist 2
;
; Commands NODELIST and PVTLIST are synonyms and indicate WNode an alternative
; nodelist to be compiled too.
; Wildcards are allowed: if used, WNode will use newest file.
;
;NodeList C:\Fd\Nodelist\Signode.*
;
PvtList C:\Fd\Nodelist\334_100.Pvt
;
; Command PNTLIST indicates WNode the pointlist to be compiled; a 4 dimension
; POINTLIST must contain a line `Boss,z:net/address' before every other node.
; Pointlist example:
;
;Boss,2:334/100
;,2,Silvan_Calarco_Point,Torino_Italy,Silvan_Calarco,-Unpublished-,2400,XA
;,5,.mau._Point,Torino_Italy,Maurizio Codogno,-Unpublished-,2400,XA
;
; Wildcards are allowed: if used, WNode will use newest file.
;
PntList C:\Fd\Nodelist\334_100.Pnt
;
;
;______________________________________________________________________________
;
;                               End of file.