.
This commit is contained in:
@ -1,3 +0,0 @@
|
|||||||
@echo on
|
|
||||||
|
|
||||||
echo " delete this file"
|
|
||||||
@ -4,6 +4,10 @@ call C:\Scripts\wLocal\localENV.bat
|
|||||||
echo "START: %~n0"
|
echo "START: %~n0"
|
||||||
|
|
||||||
call C:\scripts\wpublic\bin\pull.bat
|
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 (
|
FOR %%x IN (%LOCAL%\l_*.bat) DO (
|
||||||
echo "%%x"
|
echo "%%x"
|
||||||
@ -15,8 +19,6 @@ FOR %%x IN (C:\Scripts\Secrets\l_*.bat) DO (
|
|||||||
call "%%x"
|
call "%%x"
|
||||||
)
|
)
|
||||||
|
|
||||||
@REM delete no longer needed files
|
|
||||||
c:\pull.bat
|
|
||||||
c:\scripts\wlocal\l_RunRegEditUpdates.bat
|
|
||||||
|
|
||||||
echo "FINISHED: %~n0"
|
echo "FINISHED: %~n0"
|
||||||
Reference in New Issue
Block a user