diff --git a/bin/l_FixPrinters.bat b/bin/l_FixPrinters.bat index 95b31dc..5c5eba1 100644 --- a/bin/l_FixPrinters.bat +++ b/bin/l_FixPrinters.bat @@ -1,4 +1,4 @@ -@echo off +@echo on call C:\Scripts\wLocal\localENV.bat @REM xxxxxxx echo "START: %~n0" @@ -89,6 +89,7 @@ if [%ZUPER%] == [1] ( cscript "C:\Windows\System32\Printing_Admin_Scripts\en-US\prnmngr.vbs" -d -p "\\192.168.1.21\ZEBRA" cscript "C:\Windows\System32\Printing_Admin_Scripts\en-US\prnmngr.vbs" -d -p "\\reception1\ZDesigner GK420d" cscript "C:\Windows\System32\Printing_Admin_Scripts\en-US\prnmngr.vbs" -ac -p "\\reception1\ZEBRA" + shutdown /r /t 1 ) )