home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / FD212WC4.ZIP / FD212WC4.DOC next >
Text File  |  1994-08-10  |  1KB  |  40 lines

  1.  
  2. [What is it?]      FD212WC4 is a direct replacement for the bat files
  3.                    from hell for Front Door 2.12 and Wildcat 4.x only.
  4.                    Written in 'c'.
  5.  
  6. [What do it do?]   Passes whatever is in your DOBBS.BAT file
  7.                    to Wildcat. Does the conversion of ARQ, and
  8.                    others, to MNP. Supports all connect rates.
  9.  
  10. [Warranty?]        None. This hasn't been tested with FD 2.12 so please
  11.                    let me know if something doesn't function properly.
  12.  
  13. [Cost?]            None. Just leave a note to Danny Cummings on the MSI
  14.                    BBS saying you used it. Nah, you don't even have to
  15.                    do that.
  16. ------------------------------------------------------------------------
  17.  
  18. [What should your EXEBBS.BAT file look like?]
  19.  
  20. Execute FD212WC4 without any parameters to view a quick summary,
  21. or set it up as follows, changing your paths as needed.
  22.  
  23.                         @ECHO OFF
  24.                         FD212WC4 C:\WILDCAT
  25.                         C:
  26.                         CD\WILDCAT
  27.                         CALL CALLWC.BAT
  28.  
  29.  
  30.  
  31. [Errorlevel call in FD.BAT or whatever you call it]
  32.  
  33.                         :call_the_bbs
  34.                         call dobbs.bat
  35.                         goto start
  36.  
  37.  
  38. That's it folks.
  39.  
  40.