User Tools

Site Tools


windows:scripts:add_ipp_printer

Add IPP Printer Script

add_printer.cmd
SET PRINTERNAME="Yearbook Printer"
SET PRINTERQUEUE="http://ptr.sebeka.k12.mn.us:631/printers/Yearbookptr"
SET INFPATH="W:\Drivers\Printers\KX Driver 64bit\OEMSETUP.inf"
SET INFDIR="W:\Drivers\Printers\KX Driver 64bit"
SET DEVICENAME="Kyocera FS-C5020N KX"
 
W:
cd %INFDIR%
rundll32 printui.dll,PrintUIEntry /b %PRINTERNAME% /x /n "part of the n switch" /if /f %INFPATH% /r %PRINTERQUEUE% /m %DEVICENAME%
rundll32 printui.dll,PrintUIEntry /n %PRINTERNAME% /y
windows/scripts/add_ipp_printer.txt · Last modified: 2015/01/29 10:07 by tschulz