.
This commit is contained in:
@ -85,18 +85,17 @@ if [%ZUPER%] == [1] (
|
||||
if [%PRINTER%] == [1] (
|
||||
echo "Installing Brother"
|
||||
@REM %EXE% -ExecutionPolicy Bypass -File %BROTHERPS%
|
||||
shutdown /r /t 1
|
||||
)
|
||||
if [%PRINTER%] == [2] (
|
||||
echo "Installing Zebra"
|
||||
@REM %EXE% -ExecutionPolicy Bypass -File %ZEBRAPS%
|
||||
shutdown /r /t 1
|
||||
|
||||
)
|
||||
if [%PRINTER%] == [3] (
|
||||
echo "Installing SecondsUpdate and AppIconsUpdate"
|
||||
@REM %EXE% -ExecutionPolicy Bypass -File %BROTHERPS%
|
||||
%EXE% -ExecutionPolicy Bypass -File %ZEBRAPS%
|
||||
shutdown /r /t 1
|
||||
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user