home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / BBS / OPUS / OPARS100.ZIP / OPARSE.CFG < prev    next >
Encoding:
Text File  |  1991-07-13  |  4.7 KB  |  119 lines

  1. ; OPARSE.CFG - Opus Nodelist parser/generator program control file.
  2.  
  3. ; Specify what nodelist update you want to use to apply NODEDIFFs to NODELISTs.
  4. ; I use EDITNL for this example. Simply specify the entire command line.
  5. ; Comment out if you apply your Nodediffs elsewhere.
  6. update EditNL /O=\bbs\ /N=\bbs\ /E=inbound\ /A=\bbs\ /c /p=pkunpak,pkpak
  7.  
  8. ; Indicates whether to generate a full nodelist or just of your
  9. ; zone and zone gates (GATED).
  10. ;gated          ; Just your zone and zone gates.
  11.  
  12. ; Version of nodelist to generate. You can generate more then 1 NODELIST.
  13. version7           ; NODEX.DAT and NODEX.NDX
  14. ;version6          ; NODELIST.DAT and NODELIST.IDX
  15. ;version5          ; NODELIST.SYS and NODELIST.IDX
  16.  
  17. ; Indentifies your primary address.
  18. node 1:265/100
  19.  
  20. ; Identifies your country for use in determining international calls.
  21. ; Specify your countries dialing prefix here.
  22. Country 1-
  23.  
  24. ; Maximum baud you can dial out at.
  25. maxbaud 9600
  26.  
  27. ; Additional nodelists to compile with the master list. You may have multiple
  28. ; lists here.
  29. ; MYLIST will be included in MATRIX.TXT/RPN (see below) listing for your zone.
  30. ; PVTLIST will not be listed in MATRIX.TXT/PRN.
  31. ;MYLIST nodelist.pnt
  32. ;MYLIST nodelist.tmp
  33. ;PVTLIST nodelist.pvt
  34.  
  35. ; Output a readable listing of the Matrix.
  36. ;matrixprn         ;Generate wide (132 column) Matrix listing (MATRIX.PRN)
  37. ;fidoprn           ;for compatibility, same as matrixprn
  38. ;matrixtxt         ;Generate narrow (80 column) Matrix listing (MATRIX.TXT)
  39. ;fidotxt           ;for compatibility, same as matrixtxt
  40.  
  41. ; Phone numbers will retain there dashes (-) by default. By removing the dashes
  42. ; you can save space in the nodelist file and have longer dialing strings.
  43. ;nodash            ;Remove dashes from phone numbers
  44.  
  45. ; Displays a report of the total number of nodes, nets, hubs, etc...
  46. ;report             ;Report number of nets, nodes. (default)
  47.  
  48. ; Displays the comments found in the raw nodelist file.
  49. ;comments          ;Show nodelist comments
  50.  
  51. ; Creates the old-fasioned NODELIST.BBS. This will probably become obsolete.
  52. ;nodelist          ;Create NODELIST.BBS file.
  53.  
  54. ; Opus allows you to enter a Sysop's name instead of a matrix address to look
  55. ; up the specific system. If you wish to use this feature, you must select
  56. ; 1 of these options.
  57. ; For a version 7 nodelist, the file created is called
  58. ; SYSOP.NDX
  59. ; For a version 6 nodelist, the file created is called
  60. ; FIDOUSER.LST. QSORT is needed to complete the FIDOUSER.LST and must be in
  61. ; the default directory or in the search path.
  62. ;userlist          ;Creates a list sysops for your zone only.
  63. ;interlist         ;Creates a complete list.
  64.  
  65. ; The MODEM statement allows you to select 4 modem flags to search for
  66. ; in the raw nodelist's flag section. These flags can then be used by your
  67. ; mailer to send the correct pre-dial string to your modem.
  68. Modem1    HST
  69. Modem2    PEP
  70. Modem3    V32
  71. ;Modem4    ###
  72.  
  73. ; Sets passwords for systems you conduct passwored sessions with.
  74. ;password 129/40 XX1
  75. ;password 381/103 XX2
  76. ;password 109/301 XX3
  77. ;password 106/116 XX4
  78. ;password 265/4    XX5
  79.  
  80. ; Add or substitute the following Phone numbers from those found in the raw
  81. ; nodelist. This is handy for replacing Private (PVT) nodes with valid phone
  82. ; numbers.
  83. ;phone  129/0    1-412-257-2375
  84. ;phone  129/601  1-214-517-8553
  85. ;phone  11/206   1-317-462-1461
  86. ;phone  381/208  1-915-944-2952
  87. ;phone  381/302  1-915-692-4430
  88. ;phone  263/12   1-412-463-7012
  89.  
  90. ; Change Baud rate listing for these nodes. This can be usefull if you have
  91. ; difficulty connected to a node at there specified speed.
  92. ;BAUD  265/0  1200
  93. ;BAUD  265/102  9600
  94.  
  95. ; This file (METRO.CFG) contains my dialing translation tables. It could have
  96. ; appeared here, but I just wanted to give an example of the INCLUDE verb.
  97. INCLUDE METRO.CFG
  98.  
  99. ; The COST statement has two arguments which mean (respectively):
  100. ; The first is the cost in pennies of to your country.
  101. ; The second is the cost in pennies of to other countries (international calls).
  102. cost  45   300
  103.     ;
  104.     ;
  105.     ; The first field specifies the dialing string to search for.
  106.     ; The second field is the cost used for dialing. This is useful for
  107.     ; scheduling events. Opus will use this field for determining when to
  108.     ; place a call.
  109.     ; The Last field is the fee charged to the user. If the fee is
  110.     ; omitted, the cost is used as the default.
  111.    1-804-         25   10 ; South Va. Cost is $.25 and fee is $.10.
  112.    1-703-         0       ; North Va. Cost and fee is set to 0.
  113.    1-202-         0       ; D.C.
  114.    1-301-         25   25 ; South Md.
  115.    1-800-         0    0  ; Toll free
  116.    1-900-         100 100 ; Extremely high rates that will NEVER get called as set in my system.
  117.  
  118. END  ; of the cost table.
  119.