home *** CD-ROM | disk | FTP | other *** search
/ RBBS in a Box Volume 1 #2 / RBBS_vol1_no2.iso / 096z / doorhelp.txt < prev    next >
Text File  |  1985-12-11  |  4KB  |  109 lines

  1. To: Loren Jones
  2.     Fargo RBBS-PC
  3.  
  4. I recently downloaded RBBS-PC CPC 13.1A from your BBS.  I have successfully
  5. implemented the system on an IBM-XT at Minnkota Power Cooperative in Grand
  6. Forks.  All features seem to be working except the "doors".  I would like to
  7. implement this feature because many of the employees here can access the RBBS
  8. from dumb terminals connnected to our PRIME computer which can dial out to
  9. the RBBS via a 1200 baud modem.
  10.  
  11. Following is a summary of what I have done in an effort to get the doors
  12. going.  This follows the example in the RBBS-PC.DOC because I want to try
  13. out a simple example first.
  14.  
  15. Parameter #81 in the CONFIG.EXE program is set to 'YES' to enable the doors
  16. system.
  17.  
  18. This AUTOEXEC.BAT file is in my root directory (C:\).
  19.  
  20. AUTOEXEC.BAT
  21. ------------
  22.  
  23. PROMPT $e[37;41;1m$p$g$e[37;44;1m
  24. PATH C:\;C:\DOS3_10;C:\NORTON;C:\RBBS;C:\RAMPROGS;C:\WORK
  25. RAMCLEAR
  26. ASTCLOCK
  27. NMI I
  28. CD\RBBS
  29. RBBS.BAT
  30.  
  31.  
  32. This RBBS.BAT file is in the subdirectory (C:\RBBS) with ALL the RBBS-PC files
  33. including RBBS-PC.EXE, CONFIG.EXE, RBBS-PC.DEF, EXITRBBS.EXE, WATCHDG1.COM
  34. and the various miscellaneous files used by the RBBS system when operating).
  35. It is specified in parameter #84 of the CONFIG.EXE program as C:RBBS.BAT.
  36. Disk D: is a 64KB ramdisk.  C:RCCTY.BAT is the file specified in parameter
  37. #83 of the CONFIG.EXE program.
  38.  
  39. RBBS.BAT
  40. --------
  41.  
  42. WATCHDG1 OFF
  43. IF EXIST RCTTY.BAT DEL RCTTY.BAT
  44. COPY HELP????.* D:
  45. COPY MENU????.* D:
  46. COPY CONFENCE D:
  47. RBBS-PC
  48. IF EXIST RCTTY.BAT WATCHDG1 ON
  49. IF EXIST RCCTY.BAT RCTTY.BAT
  50. RBBS.BAT
  51.  
  52.  
  53. This is the menu for the "doors" system.  It is in the same subdirectory as
  54. the RBBS files (C:\RBBS). It is specified in parameter #82 of the CONFIG.EXE
  55. program as C:MENU5.
  56.  
  57. MENU5
  58. -----
  59.  
  60. *************************************************************************
  61. *        RBBS-PC PRESENTS           * THE DOOR PROCESSOR ALLOWS A       *
  62. *                                   * USER TO EXIT RBBS-PC AND RUN      *
  63. *                                   * SELECTED APPLICATION PROGRAMS     *
  64. *            "DOORS"                * DURING THE SAME LOGON SESSION.    *
  65. *                                   * APPLICATION PROGRAMS MUST BE      *
  66. *                                   * MODIFIED TO RUN UNDER "DOORS"     *
  67. *                                   * UNLESS THE RBBS-PC SYSTEM IS      *
  68. *                                   * RUNNING UNDER MULTI-LINK.         *
  69. *************************************************************************
  70. *   "DOORS" CURRENTLY AVAILABLE     *          -                        *
  71. *                                   *          -                        *
  72. * EDIT     - SAMPLE DOOR            *          -                        *
  73. *          -                        *          -                        *
  74. *          -                        *          -                        *
  75. *          -                        *          -                        *
  76. *          -                        *          -                        *
  77. *          -                        *          -                        *
  78. *************************************************************************
  79.  
  80.  
  81. This is the batch file for the door.  It is in the same subdirectory as all
  82. the other RBBS files (C:\RBBS).
  83.  
  84. EDIT.BAT
  85. --------
  86.  
  87. EDLIN
  88. RBBS.BAT
  89.  
  90.  
  91. I didn't put CTTY in the EDIT.BAT file as mentioned in the documentation
  92. example.  I ASSUMED this was being done in the batch file RCTTY.BAT.
  93. I have the security for the doors system set to 9.  I have tried to log on
  94. remotely with a security level of 9 or as a remote SYSOP with a level of 10.
  95.  
  96. THE PROBLEM I AM HAVING IS THAT I CAN'T GET THE 'DOORS' MENU TO APPEAR AT ALL
  97. WHEN I ENTER 'D' FROM THE MAIN MENU.  I GET A MESSAGE THAT ALL DOORS ARE
  98. LOCKED. IN OTHER WORDS, I CAN'T GET TO SQUARE ONE.  HELP PLEASE. (I get a
  99. similar response when I try to access sysop function 7 remotely.)
  100.  
  101. Parameter #85 in the CONFIG.EXE program is set to find COMMAND.COM on C:.
  102.  
  103. Any help would be greatly appreciated.
  104.  
  105. Gary L. Spielman
  106. Minnkota Power Cooperative
  107. P.O. Box 1318
  108. Grand Forks, ND 58201
  109. (701) 795-4212