home *** CD-ROM | disk | FTP | other *** search
- ; Lines beginning with a semicolon are NOT processed!
- ;
- ;
- COUNTRY sets YOUR international country code
- ;
- COUNTRY 1
- ;
- ; The ZONE statement determines which Zones will be included in the
- ; .TPB files produced. You must include every zone number you wish
- ; to access in TPBoard. Use a separate line for each zone statement.
- ; Zone numbers must be between 1 and 255
- ;
- ;ZONE 2
- ;ZONE 3
- ;ZONE 4
- ZONE 1
- ;
- ; The REGIONS statement tells ListUpdt which regions are NOT international
- ; calls for your country. For example: REGIONS 10 11 12 13 14 would
- ; instruct ListUpdt NOT to charge international rates for nodes within
- ; regions 10-14; all nodes in any other regions are considered international
- ; calls. Region numbers must be between 1 and 255
- ;
- REGIONS 10 11 12 13 14 15 16 17 18 19
- ;
- ; According to the regions specified in the REGIONS statement, COST
- ; establishes the cost assigned nodes by region. The first number is
- ; the cost for all "local" calls; the secod is the cost for international
- ; nodes (nodes NOT in your REGIONS statement)
- ;
- COST 25 200
- ;
- ;
- ; An option was added in version 1.2 of ListUpdt to create a .DBF file
- ; of the nodelist. This option is selected with the command line
- ; argument of /d DBFDIR tells ListUpdt where (a directory) to place
- ; the newly created .DBF file.
- ;
- ;DBFDIR D:\NODELIST
- ;
- ;
- ; The database file created in the directory dbfdir will be named
- ; NodeList.DBF unless you specify a different name using DBFNAME
- ;
- ;DBFNAME NODELIST.DBF
- ;
- ; In conjunction with the above, you can specify an alternative input
- ; (nodelist) name other than nodelist.xxx ListUpdt will look in the
- ; execution directory for a nodelist file of the following name:
- ;
- ;DBFNODENAME MYNET.LST
- ;
- ;