home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / QRDB43F.ZIP / MAX_OS2.BBS < prev    next >
Encoding:
File List  |  1996-02-16  |  1.7 KB  |  51 lines

  1.  
  2. Area 216, Msg#138, Feb-16-96 05:50:06
  3.    From: Drew Roberts                         
  4.      To: John Jamieson                        
  5. Subject: OS2 & QRDB
  6.  
  7. Hello John!
  8.  
  9.  
  10. Well, I'd do QRDB in Max this way:
  11.  
  12.  
  13. The MENU.CTL entries:
  14.  
  15.         Display_File    C:\Max\Misc\Dorinfo     Limited         "QRDBase"
  16. NoDsp   Xtern_Dos       C:\Max\DB\QRDB.exe_/N:%k_/NICE Limited  "Q"
  17.  
  18.  
  19. The DORINFO.MEC:
  20.  
  21. [delete]Dorinfo%k.Def
  22. [open]Dorinfo%k.Def
  23. [write]%N[ comment           Write the BBS name             ]
  24. [write]%S[ comment           Write the SysOp's first name   ]
  25. [write]%s[ comment           Write the SysOp's last name    ]
  26. [islocal write]COM0[ comment          Write the COM port    ]
  27. [isremote write]COM%P[comment       (local is always COM0)  ]
  28. [write]%b BAUD,N,8,1[comment Write the baud rate            ]
  29. [write] 0[ comment           Say that we're not networked   ]
  30. [write]%A[ comment           Write the user's first name    ]
  31. [write]%B[ comment           Write the user's last name     ]
  32. [write]%c[ comment           Write the user's city          ]
  33. [write]%g[ comment           Write the user's graphics      ]
  34. [sequal  write]100[ comment  Write the user's security level]
  35. [sxclude write]50[ comment             Ditto                ]
  36. [write]%t[ comment           Write the user's time remaining]
  37. [write]-1[ comment           Say that we're using a FOSSIL  ]
  38. [quit      comment           And we're done!                ]
  39.  
  40. Note that the first two lines have been modified to automatically creat
  41. node-specific DORINFO files.  It should work just fine, for either
  42. single or multi- nodes... and no DB.BAT is needed.
  43.  
  44.     
  45.          -= Drew =-
  46.  
  47. --- timEd/2 1.01
  48.  * Origin: FarPoint Station - (408) 336-5325    (1:216/510)
  49.     
  50.  
  51.