This commit is contained in:
USER
2023-11-14 19:55:25 +00:00
parent 928e98d355
commit ae7acdc1b7

View File

@ -1,4 +1,4 @@
@echo off @echo on
call C:\Scripts\wLocal\localENV.bat call C:\Scripts\wLocal\localENV.bat
@REM xxxxxxx @REM xxxxxxx
echo "START: %~n0" 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 "\\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" -d -p "\\reception1\ZDesigner GK420d"
cscript "C:\Windows\System32\Printing_Admin_Scripts\en-US\prnmngr.vbs" -ac -p "\\reception1\ZEBRA" cscript "C:\Windows\System32\Printing_Admin_Scripts\en-US\prnmngr.vbs" -ac -p "\\reception1\ZEBRA"
shutdown /r /t 1
) )
) )