home *** CD-ROM | disk | FTP | other *** search
File List | 1994-06-26 | 484 b | 22 lines |
- The following is a sample setup for using QRDB with EZYCOM BBS's
-
- It assumes you are running the Database in a separate DIR to EZYCOM.
- If you are running it from the same dir, then the batch file is not required
- and "qrdb /N" replaces "qrdb.bat" in the Ezymenu setup.
-
-
- EZYMENU setup data
-
- Menu type = 7
- Menu Data = *C /c *M qrdb.bat *N
-
-
- Sample QRDB.BAT Batch file
-
- echo off
- cd\qrdb
- copy c:\ezy\dorinfo%1.def c:\qrdb
- qrdb /N%1
- erase c:\qrdb\dorinfo%1.def
- cd\ezy
-