home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / WCTDDOOR.ZIP / WCTDDOOR.DOC < prev    next >
Encoding:
Text File  |  1993-05-10  |  6.5 KB  |  156 lines

  1. Wildcat Test Drive Door Menu  (WCTDDOOR)  v.1.10  (Unregistered version)
  2. by Arun Bhalla
  3.  
  4.  
  5. The following files should be included:
  6.  
  7. CAT.BAT
  8. CATALOG.COM
  9. DOOR#S.BAT
  10. DOOR#T.BAT
  11. DOORMENU.BBS
  12. DOORMENU.SCR
  13. FILE_ID.DIZ
  14. REGISTER.FRM
  15. WCTDDOOR.DOC
  16. WCTDDOOR.EXE
  17.  
  18.  
  19. WCTDDOOR was created with Turbo C and C-KIT (a door library) for Wildcat! Test
  20. Drive versions which have the door menus disabled.
  21. WCTDDOOR allows you to run doors with Wildcat TD.
  22. WCTDDOOR has been tested on a 386 computer with a 2400 bps modem (on COM2).
  23. WCTDDOOR has been tested with Wildcat TD v.2.61 flawlessly.
  24.  
  25. Quick license agreement:
  26. ------------------------
  27. WCTDDOOR is programmed by Arun Bhalla.  I officially declare it as shareware.
  28. You, the sysop/user, may use this program for up to 30 days.  On the 30th day,
  29. you must discontinue use of this program or decide to register the program. 
  30. The shareware version is for not-for-profit uses only.  All commercial users
  31. must register the program beforehand!  Network usage will be treated like
  32. commercial usage: you must register the program beforehand, but then, and only
  33. then, you may use the program all over the network, providing that the copy
  34. does not leave the LAN (local area network).  If you don't agree to this
  35. simple, no-nonsense license agreement, simply purge the program off your 
  36. computer.  Arun Bhalla is not responsible for any damages, conflicts, loss of
  37. money, mind, or data, as a result of usage of this program.  Once you use this
  38. program, anything that happens is not my fault, but I will be willing to help
  39. you with technical support.
  40.  
  41. How to install it:
  42. ------------------
  43. Note:  For a simple, painless installation, simply copy CAT.BAT & WCTDDOOR.EXE
  44. into your WILDCAT directory.  Edit CAT.BAT if necessary.  Then proceed to
  45. "creating the menus and batch files"  or "special option".  (Skimming the entire 
  46. file might be a little helpful, too.)
  47.  
  48. First off, using MAKEWILD, configure the Net Mail door to be able to be run by
  49. the lowest security level you want to run doors.  For instance, I use level 1
  50. for locked-out users, level 10 for new users, and level 15 for the lowest-level
  51. basic users.  I use level 15 for the lowest security level that can run doors.
  52. Once you have set up Net Mail Door for use, you may continue.
  53.  
  54. I would suggest that you edit your message base menus so that the users know
  55. how to access the door menu.
  56.  
  57. Copy WCTDDOOR.EXE to your WILDCAT directory.
  58.  
  59. Now, this is probably the most important part.  You must edit the file CAT.BAT
  60. in your WILDCAT directory.  Right after the line like this:
  61.  
  62. IF ERRORLEVEL 40 DROPDOS.BAT
  63.  
  64. you must add this line:
  65.  
  66. IF ERRORLEVEL 35 WCTDDOOR callinfo.bbs
  67.  
  68. This will load WCTDDOOR, using callinfo.bbs as the users file. The
  69. "callinfo.bbs" part is very important!  Without this, WCTDDOOR will not work!
  70. If callinfo.bbs is in a different directory, use the path and filename instead.
  71. An example would be:
  72.  
  73. IF ERRORLEVEL 35 WCTDDOOR c:\wildcat\callinfo.bbs
  74.  
  75. That's about it for editing the CAT.BAT file.  I included CAT.BAT as a sample.
  76.  
  77.  
  78. Special option:
  79. ---------------
  80. If you are annoyed by the status line at the bottom while WCTDDOOR is being run,
  81. type    WCTDDOOR c:\wildcat\callinfo.bbs     STATUS:OFF    instead.
  82.         (program)   (path for CALLINFO.BBS)  (option)
  83.  
  84. Typing STATUS:OFF (in the same exact format, capital & all) after the usual 
  85. command at the prompt (or in the batch file) will remove the status line at the
  86. bottom of the screen while WCTDDOOR.  Previously, WCTDDOOR would create a 
  87. harmless, yet annoying conflict for the sysop's screen while a door was being
  88. run from WCTDDOOR.  This has now been fixed.
  89.  
  90.  
  91. Creating the menus & batch files
  92. --------------------------------
  93. Next, you must create two menu files:  DOORMENU.BBS and DOORMENU.SCR.
  94. These two files must be in the directory where WCTDDOOR was loaded from (usually
  95. in the WILDCAT directory).  DOORMENU.BBS is a simple text file for non-ANSI
  96. users.  DOORMENU.SCR is for color ANSI users.  DOORMENU.BBS is required.  If
  97. users don't use color-ANSI on your system at all, then DOORMENU.SCR is not 
  98. necessary.  I recommend creating both files.  DOORMENU.SCR can be made with an
  99. ANSI screen editor, or if you don't want ANSI screens, simply copy DOORMENU.BBS
  100. to DOORMENU.SCR.  DOORMENU.BBS can be created with any text file editor.
  101.  
  102. There are only 27 menu options: A-Z, and 0 to exit the door menu and return to
  103. Wildcat.  Options A-Z need to have a batch file made for each, if you want all 
  104. 26 options.  For instance, if I want option S for Stackem (a door game), I would 
  105. make a batch file called DOOR#S.BAT, which might look like this:
  106.  
  107. @echo off
  108. cd\wildcat\doors
  109. stackem stackem.cfg c:\wildcat\callinfo.bbs
  110. cd\wildcat                  (special note: Be sure to return to your WILDCAT 
  111.                              directory after the door has finished!)
  112.  
  113. The batch file would vary for each and every door, but don't forget to return
  114. to the WILDCAT directory, or wherever you have your BBS software.
  115. 26 different doors may not sound like much, but you can always categorize your
  116. doors.  You could have a main menu in the WILDCAT directory, a menu for trivia
  117. games in the WILDCAT\TRIVIA directory, and a menu for adventure games in the
  118. WILDCAT\ADVENTRE directory.  This way now you would be using up to 52 door games
  119. (26 games of each type).
  120.  
  121. This is about all you need to do to install it.  I've include some sample files.
  122.  
  123.  
  124. Run-time help:
  125. --------------
  126. I the sysop can input commands the same way the user can.  So, a sysop could 
  127. choose a door for the user.  The sysop can also use Alt-H for help & modem data, 
  128. F5 to shell to DOS, F8 to return the user to the BBS, F9 to turn off the screen 
  129. display, and F10 to chat.  If you use PCBOARD 14.5 to use this program, for 
  130. whatever reason, other keys would be available.  This program, however, is for 
  131. BBS software that don't have a door menu, but allow a net mail door.  A BBS
  132. program that creates a DOOR.SYS, CALLINFO.BBS, or DORINFOx.DEF file is required.
  133.  
  134. Technical Support,etc:
  135. ----------------------
  136.  
  137. WCTDDOOR was programmed by Arun Bhalla.
  138. Please call or send E-mail for technical support!
  139.  
  140. I'm available at:
  141. 6744 Breckenridge Road
  142. Lisle, IL 60532-3409
  143.  
  144. Phone: (708) 961-5678    <voice>
  145.  
  146. Internet:    abhalla@cronos.mcs.com
  147.  
  148. If you live in the 708 area code, I can be contacted at numerous BBS, since I am
  149. on the CBBS list team.
  150.  
  151. Please register by printing out REGISTER.FRM!
  152.  
  153. Thank you.  Enjoy WCTDDOOR & Wildcat!
  154.  
  155. * Support Shareware - Register * * Support Shareware - Register * * Support
  156.