home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / BBS_UTIL / DSMTES.ZIP / DSM.DOC < prev    next >
Text File  |  1994-01-19  |  5KB  |  125 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.                                DSM (c)1993
  8.                         TES Software - Alan Bennett
  9.  
  10.               For use with Wildcat 3.x or PCBoard 14.0-15.1+
  11.  
  12.                            ALL RIGHTS RESERVED
  13.  
  14.  
  15.                            Terminal Entry BBS
  16.                         (910)895-0368  Dual HST
  17.                          Call for latest updates!
  18.  
  19.  
  20.  
  21. -------------------------------------------------------------------------------
  22. Introduction
  23. -------------------------------------------------------------------------------
  24. ■ This program creates a menu listing of available doors, tracks door usage
  25.        and who used the door last at what date and time.
  26.  
  27. ■ It could also be used for anyone who don't want to draw door menus.
  28.  
  29.  
  30. -------------------------------------------------------------------------------
  31. Installing|Operating
  32. -------------------------------------------------------------------------------
  33. ■ If you are using Wildcat v3+ simply edit the configuration file DSM.CFG.
  34. ■ If you are using PCBoard, copy DSM.PCB to DSM.CFG and then
  35.   edit.
  36.  
  37. Step #1: Make a DSM Directory to install your Door manager. ie: MD DSM
  38.          Next Copy the DSMTES.ZIP to the directory you created.
  39.          Unzip the DSMTES.ZIP inside of that directory
  40. ------------------------------------------------------------------------
  41. Edit the configuration file to meet your needs.  A sample
  42.           configuration file is included in this ZIP.
  43.  
  44. WC3                              Line #1  - WC3 for Wildcat : PCB for PCBoard
  45. C:\WC30\DOORS\DOORS.BBS          Line #2  - Full path/name to DOORS MENU
  46. @0E@                             Line #3  - Color of Registered Name
  47. @1F@                             Line #4  - Color of Frame
  48. @19@                             Line #5  - Color of Door Number Heading
  49. @1B@                             Line #6  - Color of Door Description Heading
  50. @1A@                             Line #7  - Color of Last User Heading
  51. @1E@                             Line #8  - Color of Popularity Heading
  52. @1D@                             Line #9  - Color of Last Accessed Heading
  53. @09@                             Line #10 - Color of Door Number
  54. @0B@                             Line #11 - Color of Door Description
  55. @0A@                             Line #12 - Color of Last User
  56. @0E@                             Line #13 - Color of Popularity
  57. @0C@                             Line #14 - Color of Last Time Accessed
  58. @0D@                             Line #15 - Color of Last Date Accessed
  59.  
  60. Step #2:  Run SETUP to create the DataBase and Enter/Edit the Door
  61.           Descriptions.
  62.  
  63. Step #3:  Edit door script files to include the door number and description.
  64.  
  65.   @ECHO OFF
  66.   DSM 1 C:\DSM C:\WC30\WCWORK\NODE1\USERINFO.DAT
  67.   CD\WC30\DOORS\TRIVIAL
  68.   TRIVIAL TRIVIAL.CFG
  69.  
  70.  
  71. The "1" is the door number being run.
  72. The "C:\DSM" is the path to the DSM files.  It looks for DSM.CFG here.
  73. The "C:\WC30\WCWORK\NODE1\USERINFO.DAT" is the path to the callers file
  74.  
  75.  
  76. WILDCAT 3.0 needs to use USERINFO.DAT
  77. PCBOARD 14.x needs to use PCBOARD.SYS
  78.  
  79.  
  80. -------------------------------------------------------------------------------
  81. Program Capabilities
  82. -------------------------------------------------------------------------------
  83. ■ You can have 9999 doors per data file.
  84. ■ Supports full file sharing on networks and multi-tasking environments.
  85. ■ To reset the Stats for ALL doors in the DataBase, simply type:
  86.      C>SETUP reset
  87.  
  88. -------------------------------------------------------------------------------
  89. Support
  90. -------------------------------------------------------------------------------
  91. If you have any questions, bugs, or suggestions, please contact me via E-Mail
  92. on Terminal Entry BBS (910)895-0368 Dual HST 1:3634/32, or write to:
  93.  
  94.                                        TES Software
  95.                                        Alan Bennett
  96.                                        407 Airport Road
  97.                                        Rockingham, NC  28379
  98.  
  99.  
  100. -------------------------------------------------------------------------------
  101. ShareWare
  102. -------------------------------------------------------------------------------
  103. Since this is user supported software, I don't expect you to register if
  104. you don't like it or if it doesn't meet your needs.  Just stop using it
  105. after a reasonable trial period (2-3 weeks).  If you like the program and
  106. use it regularly, please register it.  Registration only costs $5.00 and
  107. and all future upgrades are free. Please mail your registration to the
  108. above address.
  109.  
  110. When you register, you will receive a Registered KEY file that will let you
  111. personalized your copy of DSM.  This Registered KEY will register all
  112. future versions for you
  113.  
  114.  
  115. -------------------------------------------------------------------------------
  116. Disclaimer
  117. -------------------------------------------------------------------------------
  118. This program is provided on an "AS IS" basis.  No warranty of any kind is
  119. expressed or implied.  YOU USE THIS PROGRAM AT YOUR OWN RISK.  I take no
  120. responsibility for any damage caused directly or indirectly from the use
  121. or the inability to use this program.
  122.  
  123.  
  124. <EOF>
  125.