home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 December / simtel1292_SIMTEL_1292_Walnut_Creek.iso / msdos / fido / newfido.lzh / FIDO.INI < prev    next >
Text File  |  1989-11-07  |  6KB  |  149 lines

  1. ;
  2. ;    FIDO.INI: Basic Fido/FidoNet definition file
  3. ;    For: Fido/Fidonet version 12r
  4. ;    Copyright Tom Jennings 
  5. ;    7 Nov 89
  6. ;
  7. ;This file defines various basic Fido/FidoNet parameters. After making
  8. ;any changes to this file, please be sure to run SET-FIDO to make
  9. ;the changes take effect.
  10. ;
  11. ;Comments begin with a semicolon. Either entire lines or after
  12. ;the commands.
  13. ;
  14. ;Commands keywords are those listed below. They can be in any order,
  15. ;and upper or lower case, though they must be SPELLED EXACTLY as you
  16. ;see them here.
  17. ;
  18. ;Errors found while reading a file are reported, but don't affect 
  19. ;the reading of the rest of file. You can leave commands undefined 
  20. ;and Fido will complain but go ahead and use the default values.
  21. ;
  22. ;Most commands want numbers following them; the recommended range is
  23. ;displayed in the comment for each command. Some are decision type
  24. ;yes/no or on/off commands; for these you get a choice. To turn
  25. ;something on, use YES or ON; to turn something off use NO or OFF. 
  26. ;
  27. ;----------------------------------------------------------------
  28. ;
  29. ;Caller time and K byte limits. Fido adjusts these limits for each
  30. ;caller at the time they log in sucessfully, according to the callers
  31. ;privilege level:
  32. ;
  33. ;    priv. level    time/Kbyte factor
  34. ;    0        1/2 specified limits
  35. ;    1        as specified
  36. ;    2        as specified
  37. ;    3        2 times specified limits
  38. ;    4        4 times specified limits
  39. ;    7        no limits
  40. ;
  41. first-limit 40             ;(minutes) first time callers limit
  42. normal-limit 40            ;(minutes) normal caller time limit per call
  43. daily-limit 180            ;(minutes) total limit per 24 hrs
  44. k-limit 500            ;(K bytes) download limit per 24 hrs
  45. ;
  46. ;The signon-limit is applies to all callers; it is the time needed
  47. ;to complete the name and password entry and verification process.
  48. ;
  49. signon-limit 10            ;(minutes) time to complete signon ritual
  50. ;
  51. ;New callers who log in via the new-caller process are not normally supplied 
  52. ;with Keys; if you wish to do so you can using the following optional 
  53. ;statement. You can enter more than one new-caller-key statement.
  54. ;
  55. ;new-caller-key 1        ;(OPTIONAL) (1 - 32) key new callers get
  56. ;new-caller-key 27        ;(OPTIONAL) more keys, if needed
  57. ;
  58. ;These are the DOS ERRORLEVEL values returned by various Fido functions.
  59. ;Generally, if 0 is specified the matching function is disabled; for 
  60. ;instance, if "o-errorlevel" is zero or missing, the O)utside command
  61. ;in the Main Section is disabled. The exception is "g-errorlevel", which
  62. ;is normally zero; refer to the manual for details.
  63. ;
  64. e-errorlevel 0            ;(OPTIONAL)(DOS ERRORLEVEL) E)xitDOS ERRORLEVEL
  65. o-errorlevel 0            ;(OPTIONAL)(DOS ERRORLEVEL) O)utside ERRORLEVEL
  66. g-errorlevel 0             ;(OPTIONAL)(DOS ERRORLEVEL) G)oodbye ERRORLEVEL
  67. mail-errorlevel 0        ;(OPTIONAL)(DOS ERRORLEVEL) Incoming Mail ERRORLEVEL
  68.  
  69. ;
  70. ;Please refer to the manual for setting the modem type. It is important 
  71. ;that you set the correct modem type!!!
  72. ;
  73. ;    0    no modem
  74. ;    1    Hayes 1200 & clones
  75. ;    2    Direct connection
  76. ;    5    US Robotics 212A (not Courier)
  77. ;    7    Prentice POPCOM
  78. ;    8    Prentice POPCOM 2400
  79. ;    10    General Data Mumble
  80. ;    11    Hayes 2400 (NOT 1200)
  81. ;    12    US Robotics Courier 2400
  82. ;    13    Multi Tech 2400 
  83. ;    14    US Robotics Courier HST 
  84. ;    15    Hayes Smartmodem 300
  85. ;    16    US Robotics Courier HST, fixed link rate 9600
  86. ;    17    US Robotics Courier HST, fixed link rate 19200
  87. ;    18    Telebit Trailblazer
  88. ;    19    Telebit trailblazer, fixed link rate 9600
  89. ;    20    Telebit trailblazer, fixed link rate 19200
  90. ;    21    Hayes SmartModem V-series, no ASB
  91. ;    22    Hayes SmartModem V-series locked at 9600
  92. ;    23    Hayes SmartModem V-series locked at 19200
  93. ;    24    US Robotics Courier HST, fixed like rate 38,400
  94. ;    25    US Robotics Courier 2400, hardware handshake
  95. ;
  96. modem-type 1            ;pick one from the above list
  97. ;modem-string ATM1        ;optional extra modem initialization
  98. ;maxbaud 9600            ;(use with Modem-Type 2)
  99. ;io-port 1            ;(OPTIONAL) 1 is COM1, 2 is COM2
  100. cd-bit 128            ;(1,2,4...128) Carrier Detect (CD) bit 
  101. ;
  102. ;Various FidoNet parameters. Refer to the manual for details.
  103. ;
  104. zone 9999            ;our zone number
  105. net 9999            ;our net number
  106. node 9999            ;our node number
  107. dot 0                ;our point number
  108. ;alt-zone 8888            ;alternate (host) zone number, if applicable
  109. ;alt-net 8888            ;alternate (host) number, else ditto
  110. ;alt-node 8888            ;ditto
  111. ;alt-dot 0            ;ditto
  112.  
  113. zm-tx-type 0            ;Zmodem Transmit Window size: 0 full streaming
  114.                 ;else 1 - 64 blocks, 1024 - 65536 Kbytes
  115. zm-tx-start 512            ;Zmodem starting block size is 256 bytes at
  116.                 ;1200 or below, 512 at 2400, or 1024 above 2400
  117.                 ;BUT NO LARGER THAN this zm-tx-start value.
  118. zm-rx-type 1            ;Zmodem Rec'v: 0 full streaming, 1 fully ACK'd
  119.  
  120. show-seen-bys no        ;Show lines starting with "SEEN-BY:" (Echo mail)
  121. ;dial-prefix P            ;(OPTIONAL) dial string prefix
  122. dial-tries 10            ;(1..n) FidoNet dial attempts, per schedule
  123. connect-tries 1            ;(1..n) FidoNet dial tries, connect, no mail sen
  124. ;
  125. ;Miscelaneous controls for Fido.
  126. ;
  127. multi-tasker 0            ;0=MSDOS 1=DoubleDOS 2=DESQview ...
  128. quick-login yes            ;yes = Q)uick autologs 1st caller in list
  129. private no            ;(yes, no) private system
  130. msg-length 75            ;(1 - 175 lines) message length
  131. path-display no            ;(yes, no) display path info in A)rea commands
  132. xfer-display yes        ;(yes, no) display file transfer status
  133. ;
  134. ; Previous Fidos    V12 equiv.
  135. ;    TWIT         0
  136. ;    DISGRACE     1
  137. ;    NORMAL         2
  138. ;    PRIVEL         3
  139. ;    EXTRA         4
  140. ;    SYSOP         7 (not allowed for default-priv)
  141. ;
  142. default-priv 2            ;(above) new callers' privilege
  143. ;
  144. ;Simple internationalization
  145. ;
  146. money $                ;(character) money character. Default is $
  147. thousands-separator ,        ;(character) 100's seperator, ie 1,000,000,000
  148. decimal .            ;(character) decimal point, ie 1.00 0.99
  149.