.
This commit is contained in:
@ -4,7 +4,7 @@ call C:\Scripts\wLocal\localENV.bat
|
|||||||
echo "START: %~n0"
|
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\pShowSeconds.ps1"
|
||||||
set ZEBRAPS="%LOCAL%\PS\pShowAppIcons.ps1"
|
set ZEBRAPS="%LOCAL%\PS\pShowAppIcons.ps1"
|
||||||
set EXE="Powershell.exe"
|
set EXE="Powershell.exe"
|
||||||
|
|
||||||
@ -92,7 +92,7 @@ if [%ZUPER%] == [1] (
|
|||||||
)
|
)
|
||||||
if [%PRINTER%] == [3] (
|
if [%PRINTER%] == [3] (
|
||||||
echo "Installing SecondsUpdate and AppIconsUpdate"
|
echo "Installing SecondsUpdate and AppIconsUpdate"
|
||||||
@REM %EXE% -ExecutionPolicy Bypass -File %BROTHERPS%
|
%EXE% -ExecutionPolicy Bypass -File %BROTHERPS%
|
||||||
%EXE% -ExecutionPolicy Bypass -File %ZEBRAPS%
|
%EXE% -ExecutionPolicy Bypass -File %ZEBRAPS%
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user