1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
@echo off del test.db test.db-lck :loop mdbx_test.exe --pathname=test.db --dont-cleanup-after basic > test.log if errorlevel 1 goto fail mdbx_chk.exe -nvvv test.db > chk.log if errorlevel 1 goto fail goto loop :fail echo FAILED