home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / BBS / MISC / TPB71UTL.ZIP / LISTUPDT.CTL < prev    next >
Encoding:
Text File  |  1992-04-01  |  1.7 KB  |  54 lines

  1. ; Lines beginning with a semicolon are NOT processed!
  2. ;
  3. ;
  4. COUNTRY sets YOUR international country code
  5. ;
  6. COUNTRY 1
  7. ;
  8. ; The ZONE statement determines which Zones will be included in the
  9. ; .TPB files produced.  You must include every zone number you wish
  10. ; to access in TPBoard.   Use a separate line for each zone statement.
  11. ; Zone numbers must be between 1 and 255
  12. ;
  13. ;ZONE 2
  14. ;ZONE 3
  15. ;ZONE 4
  16. ZONE 1
  17. ;
  18. ; The REGIONS statement tells ListUpdt which regions are NOT international
  19. ; calls for your country.  For example:  REGIONS 10 11 12 13 14  would
  20. ; instruct ListUpdt NOT to charge international rates for nodes within
  21. ; regions 10-14; all nodes in any other regions are considered international
  22. ; calls.   Region numbers must be between 1 and 255
  23. ;
  24. REGIONS 10 11 12 13 14 15 16 17 18 19 
  25. ;
  26. ; According to the regions specified in the REGIONS statement, COST 
  27. ; establishes the cost assigned nodes by region.  The first number is
  28. ; the cost for all "local" calls; the secod is the cost for international
  29. ; nodes (nodes NOT in your REGIONS statement)
  30. ;
  31. COST 25 200 
  32. ;
  33. ;
  34. ; An option was added in version 1.2 of ListUpdt to create a .DBF file
  35. ; of the nodelist.  This option is selected with the command line 
  36. ; argument of /d    DBFDIR tells ListUpdt where (a directory) to place
  37. ; the newly created .DBF file.
  38. ;
  39. ;DBFDIR D:\NODELIST
  40. ;
  41. ;
  42. ; The database file created in the directory dbfdir will be named
  43. ; NodeList.DBF unless you specify a different name using DBFNAME
  44. ;
  45. ;DBFNAME NODELIST.DBF
  46. ;
  47. ; In conjunction with the above, you can specify an alternative input
  48. ; (nodelist) name other than nodelist.xxx  ListUpdt will look in the
  49. ; execution directory for a nodelist file of the following name: 
  50. ;
  51. ;DBFNODENAME MYNET.LST
  52. ;
  53. ;
  54.