home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / QRDB43F.ZIP / LORA_OS2.BBS < prev    next >
File List  |  1996-02-16  |  950b  |  45 lines

  1. Area 216, Msg#132, Feb-16-96 00:44:30
  2.    From: Drew Roberts                         
  3.      To: John Jamieson                        
  4. Subject: OS2 and my QRDB
  5.  
  6.  
  7. In LoraBBS OS/2, you can do it like most Dos Sysops understand easily...
  8. Hahaha!
  9.  
  10. Here's my DB.BAT:
  11.  
  12. @Echo off
  13. Cd \Lora\db
  14. xcopy c:\lora\dorinfo%1.def
  15. QRDB.exe /N%1
  16. Del c:\lora\db\dorinfo%1.def
  17. Cd \Lora
  18.  
  19. The Menu is created this way:
  20.  
  21. In Lsetup/Manager/Menu/English.mnu,
  22. select the Door Menu or creat a New one <Enter>
  23. Then "L" List and "E" Edit or "A" Add these TWO Lines:
  24.  
  25. First Line:
  26. (Has all the normal stuff, but these lines made thus)
  27.  
  28. Display -
  29. Type 5  - Display File (anywhere)
  30. Data    - C:\lora\DORINFO.BBS
  31. Hot Key - Q
  32.  
  33. The Second line of the Door Menu:
  34.  
  35. Display - <^Q^> QRDB DataBase
  36. Type    -   10 - Run external program
  37. Data    - C:\Lora\DB.BAT *N
  38. Hot Key - Q
  39.  
  40.  
  41. It works fine here, Locally or Remotely, John.
  42.              -= Drew =-
  43.  
  44.  
  45.