home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / FD2WC4.ZIP / FD2WC4.DOC next >
Encoding:
INI File  |  1994-08-06  |  1.6 KB  |  51 lines

  1. [What is it?]      FD2WC4 is a direct replacement for the bat files
  2.                    from hell for Front Door 2.2x and Wildcat 4.x only.
  3.                    Written in 'c'.
  4.  
  5. [What do it do?]   Passes whatever is in your DOBBS#.BAT files
  6.                    to Wildcat. Does the conversion of ARQ, and
  7.                    others, to MNP. Supports all connect rates.
  8.  
  9. [Warranty?]        None. If you use this program, you accept whatever
  10.                    it gives you. It does function on my system, however.
  11.  
  12. [Cost?]            None. Just leave a note to Danny Cummings on the MSI
  13.                    BBS saying you used it. Nah, you don't even have to
  14.                    do that.
  15. ------------------------------------------------------------------------
  16.  
  17. [What should your EXEBBS.BAT file look like?]
  18.  
  19. Execute FD2WC4 without any parameters to view a quick summary,
  20. or set it up as follows, changing your paths as needed.
  21.  
  22.                         @ECHO OFF
  23.                         FD2WC4 C:\WILDCAT
  24.                         C:\
  25.                         CD\WILDCAT
  26.                         CALL CALLWC%fdtask%.BAT
  27.  
  28.  
  29. [Setting your enviroment variable]
  30.  
  31. In each BAT file that loads Front Door, make sure you place the
  32. following set command:
  33.  
  34.                         SET FDTASK=#
  35.  
  36. Where # is the modem control file you are using for that particular
  37. node. The default is 0, so your set command for that would be:
  38.  
  39.                         SET FDTASK=0
  40.  
  41.  
  42. [Errorlevel call in FD.BAT or whatever you call it]
  43.  
  44.                         :call_the_bbs
  45.                         call dobbs%task%.bat
  46.                         goto start
  47.  
  48.  
  49. That's it folks.
  50.  
  51.