calls each with autocontinue

This commit is contained in:
Nathan
2025-08-26 15:56:42 -06:00
parent 7d86cae5b1
commit f412610a76
2 changed files with 100 additions and 1 deletions

View File

@@ -39,7 +39,7 @@ for /d %%S in (*) do (
set /a count+=1
echo [!count!/!found!] Running UpdateSequences.bat in %%S...
pushd "%%S"
call "UpdateSequences.bat"
call "UpdateSequences.bat" < NUL
set "rc=!errorlevel!"
popd
if !rc!==0 (