home *** CD-ROM | disk | FTP | other *** search
INI File | 1994-08-06 | 1.6 KB | 51 lines |
- [What is it?] FD2WC4 is a direct replacement for the bat files
- from hell for Front Door 2.2x and Wildcat 4.x only.
- Written in 'c'.
-
- [What do it do?] Passes whatever is in your DOBBS#.BAT files
- to Wildcat. Does the conversion of ARQ, and
- others, to MNP. Supports all connect rates.
-
- [Warranty?] None. If you use this program, you accept whatever
- it gives you. It does function on my system, however.
-
- [Cost?] None. Just leave a note to Danny Cummings on the MSI
- BBS saying you used it. Nah, you don't even have to
- do that.
- ------------------------------------------------------------------------
-
- [What should your EXEBBS.BAT file look like?]
-
- Execute FD2WC4 without any parameters to view a quick summary,
- or set it up as follows, changing your paths as needed.
-
- @ECHO OFF
- FD2WC4 C:\WILDCAT
- C:\
- CD\WILDCAT
- CALL CALLWC%fdtask%.BAT
-
-
- [Setting your enviroment variable]
-
- In each BAT file that loads Front Door, make sure you place the
- following set command:
-
- SET FDTASK=#
-
- Where # is the modem control file you are using for that particular
- node. The default is 0, so your set command for that would be:
-
- SET FDTASK=0
-
-
- [Errorlevel call in FD.BAT or whatever you call it]
-
- :call_the_bbs
- call dobbs%task%.bat
- goto start
-
-
- That's it folks.
-
-