This commit is contained in:
USER
2025-08-22 17:04:13 +01:00
parent 1a93fccb97
commit ac86aca959
2 changed files with 5 additions and 6 deletions

View File

@ -4,6 +4,10 @@ call C:\Scripts\wLocal\localENV.bat
echo "START: %~n0"
call C:\scripts\wpublic\bin\pull.bat
@REM delete no longer needed files
c:\pull.bat
c:\scripts\wlocal\l_RunRegEditUpdates.bat
c:\scripts\wlocal\l_AddPrinters.bat
FOR %%x IN (%LOCAL%\l_*.bat) DO (
echo "%%x"
@ -15,8 +19,6 @@ 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"