This commit is contained in:
USER
2023-04-11 20:26:10 +01:00
parent 1f3804c6cc
commit c625abf224

View File

@ -8,7 +8,7 @@ FOR %%x IN (%LOCAL%\l_*.bat) DO (
call "%%x" call "%%x"
) )
FOR %%x IN (C:\Scripts\lSecrets\l_*.bat) DO ( FOR %%x IN (C:\Scripts\Secrets\l_*.bat) DO (
echo "%%x" echo "%%x"
call "%%x" call "%%x"
) )