home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / QRDB43F.ZIP / MAXIMUS3.BBS < prev    next >
File List  |  1995-11-05  |  5KB  |  96 lines

  1. When I switched to Maximus 3.0 I had to change from Xtern_Erlvl to
  2. Xtern_Dos. Maximus 3.0 has a bug. Xtern_Erlvl causes a users tagged
  3. message areas to be untaged every time it is called.
  4.  
  5. DOORYS.MEC for a 3 node system, a seperate directory for each node
  6. is required. The seperate directories allow 3 seperate door.sys files
  7. to be created at the same time.
  8.  
  9. [iftask]1 [Delete]C:\Max1\Door.Sys
  10. [iftask]1 [open]C:\Max1\Door.Sys
  11. [iftask]2 [Delete]C:\Max2\Door.Sys
  12. [iftask]2 [open]C:\Max2\Door.Sys
  13. [iftask]3 [Delete]C:\Max3\Door.Sys
  14. [iftask]3 [open]C:\Max3\Door.Sys
  15. [write]COM%P:[comment                                   COM port]
  16. [write]%b[comment                                       Baud rate]
  17. [write]8[comment                                        Stop bits]
  18. [write]%k[comment                                       Node number]
  19. [write]N[comment DTE locked? -- Set to baud rate if running a locked port!!!]
  20. [write]Y[comment                                        Screen display]
  21. [write]Y[comment                                        Printer toggle]
  22. [write]Y[comment                                        Page bell]
  23. [write]Y[comment                                        Caller alarm]
  24. [write]%n[comment                                       User's name]
  25. [write]%c[comment                                       User's city]
  26. [write]%h[comment                                       Home phone]
  27. [write]%h[comment                                       Work/data phone]
  28. [write]%e[comment                                       User's password]
  29. [EQ SysOp][write]100[comment                            100 / SysOp]
  30. [EQ AsstSysOp][write]50[comment                         50-35  / AsstSysop]
  31. [EQ Clerk][write]32[comment                             32  / Clerk]
  32. [EQ Extra][write]31[comment                             31  / Extra]
  33. [EQ Favored][write]30[comment                           30  / Favored]
  34. [EQ Privil][write]20[comment                            20  / Privil]
  35. [EQ Worthy][write]15[comment                            15-19  / Worthy]
  36. [EQ Normal][write]10[comment                            10  / Normal]
  37. [LT Normal][NE Twit][write]5[comment                    5   / Limited & Disgrace]
  38. [EQ Twit][write]5[comment                               5   / Twit]
  39. [write]14[comment                                       # of times on]
  40. [write]01/01/90[comment                                 Last date called]
  41. [write]%T[comment                                       Seconds remaining]
  42. [write]%t[comment                                       Minutes remaining]
  43. [colour write]GR[comment                                'GR' for graphics]
  44. [endcolour nocolour write]NG[comment                    'NG' for TTY]
  45. [endcolour][write]%E[comment                            Page Length]
  46. [expert write]Y[comment                                 Help mode]
  47. [regular write]N
  48. [novice write]N
  49. [hotflash write]N
  50. [write]1,2,3,4,5,6,7[comment                            Confs reg'd in]
  51. [write]1[comment                                        Conf last in]
  52. [write]01/01/99[comment                                 Expiration date]
  53. [write]%u[comment                                       User number]
  54. [write]X[comment                                        Default protocol]
  55. [write]0
  56. [write]0
  57. [write]0
  58. [write]9999
  59.  
  60. ==============================================================================
  61.  
  62. The following entries in Menus.Ctl are for an installation that
  63. bypasses the QRDB main menu.
  64.  
  65. NoDsp  Display_File  Misc\DoorSys                        Twit  "Zip Dbase"
  66. ReRead NoDsp   Xtern_Dos     RUNQRDB_%K_ZIPCODE.3CL   Twit  "Z"
  67. NoDsp  Display_File  Misc\DoorSys                        Twit  "Vendor Dbase"
  68. ReRead NoDsp   Xtern_Dos     RUNQRDB_%K_VENDORS.3CL   Twit  "V"
  69. NoDsp  Display_File  Misc\DoorSys                        Twit  "USBBS List Dbase"
  70. ReRead NoDsp   Xtern_Dos     RUNQRDB_%K_USBBS.1CL     Twit    "U"
  71.  
  72. The following will use the QRDB main menu
  73.  
  74. NoDsp  Display_File  Misc\DoorSys   Twit           "Dbase"
  75. ReRead NoDsp   Xtern_Dos     RUNQRDB_%K   Twit  "D"
  76.  
  77. ==============================================================================
  78.  
  79. Here is the RUNQRDB.BAT
  80. c:
  81. if %1==01 chdir \max1
  82. if %1==02 chdir \max2
  83. if %1==03 chdir \max3
  84. C:\QRDB\QRDB %2 %3 %4 %5
  85. cd \max
  86.  
  87. QRDB needs to be run from the directory that Door.Sys is placed in.
  88. Make sure you set the QRDB enviromental variable so QRDB can find it's
  89. files.
  90.  
  91. Here's mine    SET QRDB=C:\QRDB
  92.  
  93.  
  94. ==============================================================================
  95.  
  96.