From 231d22d0beca887b82cabdbfdf1998e356e2c454 Mon Sep 17 00:00:00 2001 From: USER Date: Fri, 20 Jan 2023 11:33:09 +0000 Subject: [PATCH] . --- l_AddPrinters.bat | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/l_AddPrinters.bat b/l_AddPrinters.bat index 6c052d0..f768508 100644 --- a/l_AddPrinters.bat +++ b/l_AddPrinters.bat @@ -58,15 +58,15 @@ if [%ZUPER%] == [1] ( echo "Not installing printers" ) else ( if [%PRINTER%] == [1] ( - echo "Not installing Brother" - %EXE% -ExecutionPolicy Bypass -File %BROTHERPS% + echo "Installing Brother" + %EXE% -ExecutionPolicy Bypass -File %BROTHERPS% ) if [%PRINTER%] == [2] ( - echo "Not installing Zebra" + echo "Installing Zebra" %EXE% -ExecutionPolicy Bypass -File %ZEBRAPS% ) if [%PRINTER%] == [3] ( - echo "Not installing Brother and Zebra" + echo "Installing Brother and Zebra" %EXE% -ExecutionPolicy Bypass -File %BROTHERPS% %EXE% -ExecutionPolicy Bypass -File %ZEBRAPS% )