This commit is contained in:
USER
2025-08-21 18:24:39 +01:00
parent cac350524d
commit ad783364d7

View File

@ -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
)
)