home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / progbas / qbxdbf10.arj / XDATABIG.BAT < prev    next >
Encoding:
DOS Batch File  |  1991-09-30  |  504 b   |  16 lines

  1. echo off
  2. cls
  3. echo *QBXDBF
  4. if exist xdata1 goto :run2
  5. echo This will rename the current xdata1.dat to xdata1 and create a 16,000
  6. echo record xdata1.dat by duplicating the 2048 records in xdata1 8 times.
  7. echo The new xdata1.dat will be 671,744 bytes.
  8. echo Press Ctrl-C to quit or
  9. pause
  10. ren xdata1.dat xdata1
  11. copy xdata1/b+xdata1/b+xdata1/b+xdata1/b+xdata1/b+xdata1/b+xdata1/b+xdata1/b xdata1.dat/b
  12. goto :done
  13. :run2
  14. echo Already run. Doing it again will create a much larger data file.
  15. :done
  16.