home *** CD-ROM | disk | FTP | other *** search
File List | 1996-02-16 | 950 b | 45 lines |
- Area 216, Msg#132, Feb-16-96 00:44:30
- From: Drew Roberts
- To: John Jamieson
- Subject: OS2 and my QRDB
-
-
- In LoraBBS OS/2, you can do it like most Dos Sysops understand easily...
- Hahaha!
-
- Here's my DB.BAT:
-
- @Echo off
- Cd \Lora\db
- xcopy c:\lora\dorinfo%1.def
- QRDB.exe /N%1
- Del c:\lora\db\dorinfo%1.def
- Cd \Lora
-
- The Menu is created this way:
-
- In Lsetup/Manager/Menu/English.mnu,
- select the Door Menu or creat a New one <Enter>
- Then "L" List and "E" Edit or "A" Add these TWO Lines:
-
- First Line:
- (Has all the normal stuff, but these lines made thus)
-
- Display -
- Type 5 - Display File (anywhere)
- Data - C:\lora\DORINFO.BBS
- Hot Key - Q
-
- The Second line of the Door Menu:
-
- Display - <^Q^> QRDB DataBase
- Type - 10 - Run external program
- Data - C:\Lora\DB.BAT *N
- Hot Key - Q
-
-
- It works fine here, Locally or Remotely, John.
- -= Drew =-
-
-
-