home *** CD-ROM | disk | FTP | other *** search
/ Carsten's PPE Collection / Carstens_PPE_Collection_2007.zip / T / TRASH106.ZIP / PACK_DB.BAT < prev    next >
DOS Batch File  |  1993-12-25  |  305b  |  16 lines

  1. @echo off
  2. cls
  3. c:\pcb\ppe\trash\trash.exe nul nul nul c:\pcb\main\ trash pack=365 /b
  4. if errorlevel == 1 goto FAIL
  5. if errorlevel == 0 goto OKAY
  6.  
  7. :FAIL
  8. echo *** FAILED to pack the TRASH.DBF database! ***
  9. goto end
  10.  
  11. :OKAY
  12. echo *** OKAY - the TRASH.DBF database is now packed! ***
  13. goto end
  14.  
  15. :END
  16.