calls each with autocontinue
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user