====== DORINFO1.DEF ======
''DORINFO#.DEF'' drop file format from the RBBS software (also used by QuickBBS and RemoteAccess).

The ''dorinfo#.def'' is a plain text file consisting of CRLF-delimited lines, parsed one line at a time.

^ Line ^Example                 ^Description                       ^
|1     |DIX BATES GATES BBS     |BBS Name                          |
|2     |DICK		        |Sysop first name                  |
|3     |DENNISON	        |Sysop last name                   |
|4     |COM1		        |COM port number                   |
|5     |2400 BAUD,N,8,1	        |COM port logon string             |
|6     |0		        |Reserved                          |
|7     |JOSE		        |Caller first name                 |
|8     |CANSECO 	        |Caller last name                  |
|9     |MIDDLETOWN NY	        |Caller hometown                   |
|10    |1		        |Caller graphics (0=ASCII, 1=ANSI, 2=AVATAR) |
|11    |10		        |Caller access level               |
|12    |60		        |Caller time remaining (in minutes) |

===== Synchronet Notes =====

  * The file name carries the current node number as a single hexadecimal digit — ''DORINFO1.DEF'' through ''DORINFOF.DEF'' for nodes 1 through 15 — so each node gets its own file. The "RBBS 1" external program type always writes ''DORINFO1.DEF'' instead, regardless of node.
  * The entire file is written in **upper case**, including the BBS name, both sysop names, both caller names and the caller's hometown.
  * Only ''0'' or ''1'' is written for the caller graphics line; AVATAR is never reported.
  * An ''EXITINFO.BBS'' file is created in the same directory at the same time.

===== See Also =====
  * [[:ref:|ref index]]
  * [[ref:files#drop_files]]

{{tag>}}
