home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / QRDB43F.ZIP / EZYCOM.BBS < prev    next >
Encoding:
File List  |  1994-06-26  |  484 b   |  22 lines

  1. The following is a sample setup for using QRDB with EZYCOM BBS's
  2.  
  3. It assumes you are running the Database in a separate DIR to EZYCOM.
  4. If you are running it from the same dir, then the batch file is not required
  5. and "qrdb /N" replaces "qrdb.bat" in the Ezymenu setup.
  6.  
  7.  
  8. EZYMENU setup data
  9.  
  10. Menu type = 7
  11. Menu Data = *C /c *M qrdb.bat *N
  12.  
  13.  
  14. Sample QRDB.BAT Batch file
  15.  
  16. echo off
  17. cd\qrdb
  18. copy c:\ezy\dorinfo%1.def c:\qrdb
  19. qrdb /N%1
  20. erase c:\qrdb\dorinfo%1.def
  21. cd\ezy
  22.