.
This commit is contained in:
@ -50,6 +50,7 @@ if [%ZUPER%] == [1] (
|
||||
@REM cscript "C:\Windows\System32\Printing_Admin_Scripts\en-US\prnmngr.vbs" -t -p "\\reception2\BROTHER"
|
||||
@REM rundll32 printui.dll,PrintUIEntry /y /n \\server_name\printer_name
|
||||
C:\Scripts\wLocal\SystemChecks\CheckInstallPrinter.bat RECEPTION2 BROTHER
|
||||
timeout 10
|
||||
)
|
||||
if [%PRINTER%] == [2] (
|
||||
echo "Installing Zebra"
|
||||
@ -63,6 +64,7 @@ if [%ZUPER%] == [1] (
|
||||
@REM cscript "C:\Windows\System32\Printing_Admin_Scripts\en-US\prnmngr.vbs" -t -p "\\reception1\ZEBRA"
|
||||
@REM rundll32 printui.dll,PrintUIEntry /y /n \\server_name\printer_name
|
||||
C:\Scripts\wLocal\SystemChecks\CheckInstallPrinter.bat RECEPTION1 ZEBRA
|
||||
timeout 10
|
||||
)
|
||||
if [%PRINTER%] == [3] (
|
||||
echo "Installing Brother and Zebra"
|
||||
@ -78,7 +80,9 @@ if [%ZUPER%] == [1] (
|
||||
@REM cscript "C:\Windows\System32\Printing_Admin_Scripts\en-US\prnmngr.vbs" -d -p "\\reception1\ZDesigner ZD220-203dpi ZPL"
|
||||
@REM cscript "C:\Windows\System32\Printing_Admin_Scripts\en-US\prnmngr.vbs" -ac -p "\\reception1\ZEBRA"
|
||||
C:\Scripts\wLocal\SystemChecks\CheckInstallPrinter.bat RECEPTION1 ZEBRA
|
||||
timeout 10
|
||||
C:\Scripts\wLocal\SystemChecks\CheckInstallPrinter.bat RECEPTION2 BROTHER
|
||||
timeout 10
|
||||
)
|
||||
cscript "C:\Windows\System32\Printing_Admin_Scripts\en-US\prnmngr.vbs" -d -p "Fax"
|
||||
cscript "C:\Windows\System32\Printing_Admin_Scripts\en-US\prnmngr.vbs" -d -p "Microsoft XPS Document Writer"
|
||||
|
||||
Reference in New Issue
Block a user