.
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
@echo off
|
@echo off
|
||||||
call C:\Scripts\wLocal\localENV.bat
|
call C:\Scripts\wLocal\localENV.bat
|
||||||
@REM xxxxxxx
|
@REM xxxxxxx
|
||||||
echo "%~n0: Start"
|
echo "START: %~n0"
|
||||||
|
|
||||||
set PRINTERPS="%LOCAL%\PS\pAddPrinters.ps1"
|
set PRINTERPS="%LOCAL%\PS\pAddPrinters.ps1"
|
||||||
set BROTHERPS="%LOCAL%\PS\pAddNetBrother.ps1"
|
set BROTHERPS="%LOCAL%\PS\pAddNetBrother.ps1"
|
||||||
@ -72,3 +72,5 @@ if [%ZUPER%] == [1] (
|
|||||||
%EXE% -ExecutionPolicy Bypass -File %ZEBRAPS%
|
%EXE% -ExecutionPolicy Bypass -File %ZEBRAPS%
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
echo "FINISHED: %~n0"
|
||||||
@ -1,7 +1,7 @@
|
|||||||
@echo off
|
@echo off
|
||||||
call C:\Scripts\wLocal\localENV.bat
|
call C:\Scripts\wLocal\localENV.bat
|
||||||
@REM xxxxxxx
|
@REM xxxxxxx
|
||||||
echo "%~n0: Start"
|
echo "START: %~n0"
|
||||||
|
|
||||||
FOR %%x IN (%LOCAL%\l_*.bat) DO (
|
FOR %%x IN (%LOCAL%\l_*.bat) DO (
|
||||||
echo "%%x"
|
echo "%%x"
|
||||||
@ -13,4 +13,4 @@ FOR %%x IN (C:\Scripts\lSecrets\l_*.bat) DO (
|
|||||||
call "%%x"
|
call "%%x"
|
||||||
)
|
)
|
||||||
|
|
||||||
echo "%~n0: Finished"
|
echo "FINISHED: %~n0"
|
||||||
Reference in New Issue
Block a user