home *** CD-ROM | disk | FTP | other *** search
/ Best Objectech Shareware Selections / UNTITLED.iso / boss / home / misc / 048 / defrag.bat < prev    next >
DOS Batch File  |  1992-07-30  |  171b  |  7 lines

  1. @ECHO OFF
  2. REM Defragments the BCAST-maintained database file to speed up operations.
  3. REM
  4. copy datasets.dat tmpdata.dat
  5. copy tmpdata.dat datasets.dat
  6. del tmpdata.dat
  7.