home *** CD-ROM | disk | FTP | other *** search
/ synchro.net / synchro.net.tar / synchro.net / modem.madness / SMMNETML / COMBRAIN.ZIP / COMBRAIN.DOC < prev    next >
Encoding:
Text File  |  1992-01-25  |  4.9 KB  |  190 lines

  1. January 1992
  2.  
  3.  
  4.                                   COMBRAIN
  5.                                   (c) 1992
  6.                               by Stanley Sheff
  7.  
  8.                              The Brainex System
  9.                           310/275-2344 310/273-5234
  10.  
  11.  
  12. WHAT IS IT?
  13. ===========
  14. Combrain is a small but powerful telecom program designed specifically
  15. for unattended RELAY MAIL transfers.  The program works at any baud
  16. rate on ports 1 to 4.  Combrain uses script files similar to Procomm,
  17. and if you are using Procomm now, you can easily use your Procomm scripts.
  18. Just remove the commands not used by Combrain, and what's left will
  19. work just fine!
  20.  
  21. Combrain works in an optional 43 line mode for EGA/VGA, as well as
  22. an optional monochrome mode.
  23.  
  24. Combrain features a FAILSAFE timeout system, which insures the program
  25. will exit if the remote system locks up with you online!  This can save
  26. you big bucks if you call long distance to transfer relay mail!
  27.  
  28. When Combrain dials a remote system, it will redial if:
  29.  
  30. o The Line is Busy
  31. o No Carrier
  32. o No Dial Tone
  33. o Incoming Call Detected
  34. o Dial Time Out
  35.  
  36. After a connection, the program will end if carrier is lost, or the
  37. failsafe time runs out.
  38.  
  39.  
  40. PCRELAY
  41. =======
  42. If you are replacing your current modem program, please be sure to
  43. change your PCRELAY configuration to point to the new communications
  44. program path.
  45.  
  46.  
  47. DSZ.COM
  48. =======
  49. Combrain shells to DOS to use the file transfer protocol of your
  50. choice.  It is suggested that you use a program that monitors timeouts
  51. and carrier loss while shelled like DSZ.COM or DSZ.EXE.  Combrain can't help
  52. you once you are in DOS.
  53.  
  54.  
  55. GETTING STARTED
  56. ===============
  57. To get started, you will need to edit the included sample file
  58. COMBRAIN.CNF.  Here's what's in it:
  59.  
  60. The Brainex System
  61. 0
  62. 2
  63. 19200
  64. ATZ
  65. ATB1DT
  66. 1-310-275-2344
  67. 5
  68. 10
  69. 60
  70. RELAY.SCR
  71.  
  72. ========================================
  73. 1  - BBS Name
  74. 2  - Reg. #
  75. 3  - Com Port (1-4)
  76. 4  - Modem Locked Baud Rate (300-38400) or NONE for Non-Locked Modem
  77. 5  - Modem Init String
  78. 6  - Modem Dial String
  79. 7  - Number to Dial
  80. 8  - Failsafe Timeout in Minutes
  81. 9  - Times to Try Dialing the number
  82. 10 - Time to Wait for Connection after number is dialed
  83. 11 - Script File Name
  84. ========================================
  85.  
  86. To run the program:
  87.  
  88. Command Line: COMBRAIN [CONFIGURATION FILE] [OPTIONS]
  89.  
  90. EXAMPLE:
  91.  
  92. COMBRAIN
  93. will use default COMBRAIN.CNF
  94.  
  95. OPTIONS
  96. =======
  97. You can specify an alternate configuration file, 43 line screen, or
  98. monochrome mode.
  99.  
  100.  
  101. COMBRAIN RELAY1.CNF /43 /B
  102.  
  103. RELAY1.CNF = CONFIGURATION FILE
  104. /43        = EGA/VGA 43 LINE DISPLAY
  105. /B         = MONOCHROME DISPLAY
  106.  
  107.  
  108. SCRIPT FILE
  109. ===========
  110. Combrain uses a Procomm style script file.
  111.  
  112. Script Commands:
  113.  
  114. LOG OPEN   - Opens the COMBRAIN.LOG file. Records Time/Date of everything
  115.              Combrain sees or sends.
  116.  
  117.  
  118. LOG CLOSE  - Closes the Log file.  This is also done when the program
  119.              exits.
  120.  
  121.  
  122. WAITFOR    - Waits for a string from the remote system.
  123.  
  124.              Ex. WAITFOR "ENTER PASSWORD : "
  125.  
  126.              You can add a new timeout value, which overides the preset
  127.              value in COMBRAIN.CNF
  128.  
  129.              Ex. WAITFOR "ENTER PASSWORD : " 600
  130.  
  131.              Combrain will wait 600 seconds for the remote to send
  132.              "ENTER PASSWORD"
  133.  
  134.              This command is not case sensitive. Once the text is sent,
  135.              the timeout value will return to the one indicated in
  136.              COMBRAIN.CNF
  137.  
  138.  
  139. TRANSMIT   - Sends text to the remote system.
  140.  
  141.              Ex. TRANSMIT "Hello There^M"  <- include a ^M to add a
  142.              carriage return to the text.
  143.              This command is case sensitive.
  144.  
  145.  
  146. DOS        - Runs a DOS program.  Case sensitive.
  147.  
  148.              Ex. DOS "DSZ sz FILE.RLY"
  149.  
  150.  
  151. TERMINAL   - Exit script and go into terminal mode.
  152.  
  153.  
  154. HANGUP     - Hangup line and exit program.  This is optional,
  155.              as the program will do this when it reaches the end of
  156.              the script file.
  157.  
  158.  
  159. Sample RELAY.SCR
  160.  
  161. LOG OPEN
  162. WAITFOR "Ansi Color"
  163. TRANSMIT "N Q NS O^M"
  164. WAITFOR "first Name :"
  165. TRANSMIT "BRAINEX RIME PASSWORD^M"
  166. WAITFOR "Command :"
  167. TRANSMIT "J 12^M"
  168. WAITFOR "Command :"
  169. TRANSMIT "OPEN 2^M"
  170. DOS "DSZ port 2 pB8192 sz BRAINEX.RLY"
  171. WAITFOR "*" 1000
  172. DOS "DSZ port 2 pB8192 rz"
  173. LOG CLOSE
  174.  
  175.  
  176. TERMINAL MODE
  177. =============
  178. Once the modem has been initialized, you can bypass the script file
  179. and jump right into terminal mode by Hitting ALT T. To exit the
  180. program at any time hit ALT X.  Whenever the program exits, it will
  181. take the phone OFF THE HOOK, preventing the modem from answering.
  182.  
  183.  
  184. This is a fully functional DEMO program.  It is not crippled in any way.
  185. The only difference between the registered version and the demo is
  186. the opening screen, which requires the press of a random function key.
  187. When you register Combrain, the opening screen will not appear.
  188.  
  189. To register this program, read REGISTER.DOC
  190.