This commit is contained in:
USER
2023-01-21 11:35:09 +00:00
parent a2dbfa1e78
commit 5c42c02314
2 changed files with 5 additions and 3 deletions

View File

@ -1,7 +1,7 @@
@echo off
call C:\Scripts\wLocal\localENV.bat
@REM xxxxxxx
echo "%~n0: Start"
echo "START: %~n0"
FOR %%x IN (%LOCAL%\l_*.bat) DO (
echo "%%x"
@ -13,4 +13,4 @@ FOR %%x IN (C:\Scripts\lSecrets\l_*.bat) DO (
call "%%x"
)
echo "%~n0: Finished"
echo "FINISHED: %~n0"