Question
Thread display: Collapse - |
All Answers
Share your knowledge
Start or search
Create a new discussion
If you're asking for technical help, please be sure to include all your system info, including operating system, model number, and any other specifics related to the problem. Also please exercise your best judgment when posting in the forums--revealing personal information such as your e-mail address, telephone number, and address is not recommended.
LPR Printer Scripts
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.