home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR3 / FDWCMNP4.ZIP / README.DOC < prev   
Text File  |  1993-12-17  |  4KB  |  115 lines

  1.                                  FDWCMNP v4.0
  2.  
  3.                                  For Users of
  4.                       Wildcat v3.x and FrontDoor v2.02/nc
  5.  
  6. I.      Purpose
  7.  
  8. FDWCMNP is a utility that parses the DOBBS.BAT file created by 
  9. FrontDoor v2.02/nc and passes the MNP flag to Wildcat through the 
  10. EXEBBS.BAT file you create.  In order for this program to work, you 
  11. must have a modem that supports error correction. If you don't have 
  12. an 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. |      |     | |   Error correction string
  23. |      |     | Time left until next event
  24. |      |     Port number
  25. |      Connect speed
  26. EXEBBS.BAT file to call Wildcat and pass connect parameters
  27.  
  28. The EXEBBS.BAT file must make sense of the information contained
  29. in DOBBS.BAT, and then pass that information on to Wildcat for
  30. Wildcat's proper use.  That is where FDWCMNP comes in.
  31.  
  32. FDWCMNP reads DOBBS.BAT and translates the information into the form
  33. that Wildcat needs.  It is executed by your EXEBBS.BAT file, which
  34. might look like this:
  35.  
  36. @ECHO OFF
  37. FDWCMNP C:\WC30
  38. C:
  39. CD\WC30
  40. CALL DOWC.BAT
  41. C:
  42. CD\FD
  43.  
  44. FDWCMNP takes one argument: the location of your Wildcat home directory.
  45. FDWCMNP will NOT work without it. FDWCMNP then writes a batch file
  46. called DOWC.BAT in your Wildcat directory, with the proper parameters
  47. to run Wildcat. EXEBBS.BAT then changes to your Wildcat directory
  48. and runs Wildcat with the proper parameters in place. FDWCMNP _must_
  49. be run from your FD directory to pick up the correct parameters
  50. passed by DOBBS.BAT.
  51.  
  52. The DOWC.BAT file produced looks like this:
  53.  
  54. @ECHO OFF
  55. WILDCAT /B 14400MNP 640
  56. REM  ======================================= 
  57. REM   This file was created by FDWCMNP v4.0 
  58. REM    For Users of FrontDoor and Wildcat!   
  59. REM     Copyright 1993 by Lawrence Gordon    
  60. REM  =======================================
  61.  
  62. DOWC.BAT executes Wildcat at the proper speed with the MNP flag and hard
  63. event time left, and upon returns you to your FrontDoor directory when 
  64. Wildcat is done. It operates transparently to both sysop and end user.
  65.  
  66.  
  67. III.     FDWCMNP without error correction
  68.  
  69. FDWCMNP will execute fine even without error correction on the remote
  70. modem. In that case, your DOBBS.BAT might look something like this:
  71.  
  72. EXEBBS 2400 2 628 
  73.  
  74. The DOWC.BAT produced with the above connection looks like this:
  75.  
  76. @ECHO OFF
  77. WILDCAT /B 2400 628
  78. REM  =======================================
  79. REM   This file was created by FDWCMNP v4.0
  80. REM    For Users of FrontDoor and Wildcat!   
  81. REM     Copyright 1993 by Lawrence Gordon    
  82. REM  ======================================= 
  83.  
  84. IV.     Freeware
  85.  
  86. FDWCMNP is copyrighted freeware. Use it and enjoy it.
  87. FDWCMNP is guaranteed to do nothing except take up space on your 
  88. hard drive. 
  89.  
  90. V.      Oddball Connects
  91.  
  92. FDWCMNP will now automatically translate connect speeds of 7200,
  93. 12000 and 16800 bps incoming calls.  Since Wildcat cannot handle connects
  94. at those speeds, FDWCMNP will "change" 7200, 12000 and 16800 connects
  95. to speeds Wildcat will accept, i.e. 9600, 14400 and 19200.
  96. With version 4.0, I have added support for connects greater than
  97. 19200. Wildcat will see these connects as 19200.
  98.  
  99. VI.     Support
  100.  
  101. If you have any questions, problems or suggestions, you can:
  102.  
  103. 1. Netmail me at FidoNet 1:100/560
  104. 2. Leave me a message in the FidoNet Wildcat conference
  105. 3. Call Toast House BBS at 314-994-0312
  106.  
  107. VII     Availability
  108.  
  109. This program is available on the MSI bulletin board, Toast House BBS, 
  110. and other fine bulletin board systems near you.
  111.  
  112. Lawrence Gordon, Author
  113. 4 Waverton
  114. St. Louis, MO  63124
  115.