@echo off if "%~1" == "" goto :EOF cd /d "%~dp1" start "" /WAIT /MIN "%~dp0HashSum.exe" -as -ae -nsc -HF SHA256 -SC -ah -ow -oc 2 -ob -sp "SHA256SUMS.sha256" %* "%~dp0MakeFileVerifier\MakeFileVerifier.exe" -u -w < "SHA256SUMS.sha256" del "SHA256SUMS.sha256"