home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / QRDB43F.ZIP / MAXIMUS2.BBS < prev    next >
File List  |  1994-10-26  |  5KB  |  109 lines

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