home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / UTILITY / WC-WWIV.ARJ / README.NOW next >
Text File  |  1992-02-19  |  1KB  |  51 lines

  1. Hi,
  2.  
  3. This zip file contains (a) WC-WWIV.EXE, the program to interface a WildCat
  4. System using DOOR.SYS to a WWIV board; (b) WC-WWIV.TXT, the quick basic code
  5. in ascii text format; and (c) these instructions.
  6.  
  7. Step One:  File Placement
  8.  
  9.     Put the WC-WWIV.EXE program in the directory where your WWIV BBS.EXE
  10.     is located.
  11.  
  12. Step Two: Create a batch file for your WildCat system to call when the
  13.     user selects the WWIV door.  The batch file should look like this:
  14.  
  15.     @echo off
  16.     cd C:\WWIV    (see NOTE 1 below)
  17.     WC-WWIV C:\WC (see NOTE 2 below)
  18.     WWIV
  19.  
  20. If the batch file above is called WWIVDOOR (as an example), then WWIVDOOR.BAT
  21. should be placed in the same directory as other batch files for doors.
  22.  
  23. NOTE 1:
  24.  
  25.    The drive and directory should be changed to suit your particular setup.
  26.  
  27. NOTE 2:
  28.  
  29.    The Drive and path to the place where DOOR.SYS is created should be
  30.    specified here.  Do NOT end the command with a trailing slash.
  31.  
  32. IF you have questions are problems with this let me know.  I may be contacted
  33. at:
  34.  
  35. 1 @5252  WWIVnet
  36. 1 @5252  IceNet
  37. 1 @5120  VirtualNet
  38. 1 @15252 WWIVLink
  39. 1:397/5252 FidoNet
  40. Filo @Panam2.BITNET
  41.  
  42. Ps.  If you are using BOTH WWIV v4.20 or higher AND a hi-speed modem, you
  43. will need to change this code to pass the baud rate and the locked comport
  44. speed.  The parameters are
  45.  
  46. BBS -Bxxxx -Syyyyy -o -h
  47.  
  48. where xxxx is the user's baud rate from DOOR.SYS
  49. and yyyy is the locked comport speed.
  50.  
  51.