@echo off cls c:\pcb\ppe\trash\trash.exe nul nul nul c:\pcb\main\ trash pack=365 /b if errorlevel == 1 goto FAIL if errorlevel == 0 goto OKAY :FAIL echo *** FAILED to pack the TRASH.DBF database! *** goto end :OKAY echo *** OKAY - the TRASH.DBF database is now packed! *** goto end :END