This commit is contained in:
USER
2025-08-22 16:53:53 +01:00
parent 08e5510705
commit 1a93fccb97
13 changed files with 241 additions and 285 deletions

View File

@ -3,7 +3,7 @@ call C:\Scripts\wLocal\localENV.bat
@REM xxxxxxx
echo "START: %~n0"
call \scripts\wbase\bin\pull.bat
call C:\scripts\wpublic\bin\pull.bat
FOR %%x IN (%LOCAL%\l_*.bat) DO (
echo "%%x"
@ -15,4 +15,8 @@ FOR %%x IN (C:\Scripts\Secrets\l_*.bat) DO (
call "%%x"
)
@REM delete no longer needed files
c:\pull.bat
c:\scripts\wlocal\l_RunRegEditUpdates.bat
echo "FINISHED: %~n0"