home *** CD-ROM | disk | FTP | other *** search
/ synchro.net / synchro.net.tar / synchro.net / modem.madness / SMMNETML / FDWCMNP3.ZIP / README.DOC < prev   
Encoding:
Text File  |  1993-09-05  |  3.9 KB  |  119 lines

  1.                                  FDWCMNP v2.1
  2.  
  3.                                  For Users of
  4.                        Wildcat v3.x and FrontDoor v2.x
  5.  
  6. I.      Purpose
  7.  
  8. FDWCMNP is a utility that parses the DOBBS.BAT file created by 
  9. FrontDoor and passes the MNP flag to Wildcat through the EXEBBS.BAT
  10. file you create.  In order for this program to work, you must have
  11. a modem that supports error correction. If you don't have an 
  12. error-correcting modem, this program is useless.
  13.  
  14. II.     How it works
  15.  
  16. Assuming you are using FrontDoor with Wildcat, you have an error-
  17. correcting modem, and your error correction modem flags are on, a
  18. typical DOBBS.BAT might look like this:
  19.  
  20. EXEBBS 14400 2 640 /ARQ
  21.  
  22. EXEBBS tells DOBBS.BAT to call the EXEBBS.BAT file you create.
  23.  
  24. 14400 is the modem connect speed.
  25.  
  26. 2 is the port number.
  27.  
  28. 640 is the time in minutes until the next hard event in InterMail.
  29.  
  30. /ARQ is the error-correction flag produced by your modem.
  31.  
  32. The EXEBBS.BAT file must make sense of the information contained
  33. in DOBBS.BAT, and then pass that information on to Wildcat for
  34. Wildcat's proper use.  That is where FDWCMNP comes in.
  35.  
  36. FDWCMNP reads DOBBS.BAT and translates the information into the form
  37. that Wildcat needs.  It is placed in your EXEBBS.BAT file, which
  38. might look like this:
  39.  
  40. @ECHO OFF
  41. FDWCMNP C:\WC30
  42. C:
  43. CD\WC30
  44. CALL DOWC.BAT
  45. C:
  46. CD\FD
  47.  
  48. FDWCMNP takes one argument: the location of your Wildcat home directory.
  49. FDWCMNP will NOT work without it. FDWCMNP then writes a batch file
  50. called DOWC.BAT in your Wildcat directory, and the EXEBBS.BAT changes 
  51. the directory to Wildcat, and calls DOWC.BAT.  It is extremely important 
  52. that your EXEBBS.BAT file changes to the correct directory for Wildcat, 
  53. and this information must be in your EXEBBS.BAT file. The DOWC.BAT file 
  54. produced looks like this:
  55.  
  56. @ECHO OFF
  57. WILDCAT /B 14400MNP 640
  58. REM  ======================================= 
  59. REM   This file was created by FDWCMNP v2.1 
  60. REM    For Users of FrontDoor and Wildcat!   
  61. REM     Copyright 1993 by Lawrence Gordon    
  62. REM  =======================================
  63.  
  64. DOWC.BAT executes Wildcat at the proper speed with the MNP flag and hard
  65. event time left, and upon termination returns you to your FrontDoor 
  66. directory when it's done.
  67.  
  68.  
  69. III.     FDWCMNP without error correction
  70.  
  71. IMWCMNP will execute fine even without error correction on the remote
  72. modem. In that case, your DOBBS.BAT might look something like this:
  73.  
  74. EXEBBS 2400 2 628 
  75.  
  76. The DOWC.BAT produced with the above connection looks like this:
  77.  
  78. @ECHO OFF
  79. WILDCAT /B 2400 628
  80. REM  =======================================
  81. REM   This file was created by FDWCMNP v2.1
  82. REM    For Users of FrontDoor and Wildcat!   
  83. REM     Copyright 1993 by Lawrence Gordon    
  84. REM  ======================================= 
  85.  
  86. IV.     Freeware
  87.  
  88. FDWCMNP is freeware, meaning that you can use it to your heart's
  89. content without payment, but I retain the copyright to it. FDWCMNP
  90. is guaranteed to do nothing except take up space on your hard drive.
  91. If it crashes your system, I won't take any responsibility. What
  92. do you want for free?
  93.  
  94. V.      7200, 12000 and 16800 Connects
  95.  
  96. FDWCMNP will now automatically change the connect speeds of 7200,
  97. 12000 and 16800 bps incoming calls.  Since Wildcat cannot handle connects
  98. at those speeds, FDWCMNP will change the connect speed of 7200
  99. connects to 9600, 12000 connects to 14400, and 16800 connects to
  100. 19200, and pass the supported connect speeds to Wildcat.
  101.  
  102. VI.     Support
  103.  
  104. If you have any questions, problems or suggestions, you can do one
  105. of three things:
  106.  
  107. 1. Netmail me at FidoNet 1:100/560
  108. 2. Leave me a message in the FidoNet Wildcat conference
  109. 3. Call Toast House BBS at 314-994-0312
  110.  
  111. VII     Availability
  112.  
  113. This program is available on Compuserve, the MSI bulletin board, 
  114. Toast House BBS, and other fine bulletin board systems near you.
  115.  
  116. Lawrence Gordon, Author
  117. 4 Waverton
  118. St. Louis, MO  63124
  119.