Currently when I am installing printers I need to install the LPR port manually and then install the Printer manually as well.
We are about to replace the printers in the office (we have another supplier) and I would need to re install over 500 printers.
I currently have the following for one printer.
”
rundll32 printui.dll,PrintUIEntry /ia /m “Canon iR3570/iR4570 PCL6” /f “\\mail\Common\Drivers\32 Bit\Canon\”IR3570 (Black and White Driver)”\”PCL driver”\pclw32v835\win2k_vista\pcl6P62KUKAL.INF”
c:
cd\
cd %SystemRoot%\system32
cscript prnport.vbs -a -r Downstairs -h 10.0.2.5 -o raw -n lpr
cscript prnmngr.vbs -a -p “Downstairs Canon” -m “Canon iR C2880/C3380 PCL5c” -r “10.0.2.5:Downstairs”
”
I can’t seem to get it to work tho.
After I install that I would also like it to automatically change some printer preferences but I am unsure on where to start.