Hi All,
Test prints to be given to all printers in the building each day as a printer check for quality and if any issues. I want some script that can run as a scheduled task and give a test print to all printers which team members in charge of the floor will just have to go to the printers and check. This would be a very useful help if automated. Thanks.
Rahman
- Login or Signup Now to post comments
14 of 14

Ok this is an easy one. Save the below lines into a txt file and save as the text file as a .bat extension or rename the extension to "bat".
rundll32 printui.dll,PrintUIEntry /k /n "\\Server1\Printer1"
rundll32 printui.dll,PrintUIEntry /k /n "\\Server1\Printer2"
rundll32 printui.dll,PrintUIEntry /k /n "\\Server2\Printer3"
rundll32 printui.dll,PrintUIEntry /k /n "\\Server3\Printer1"
Regards
Sharath Reddy
WOW !
This is what I was also looking. A solution for checking printers quality daily at my office. its really annoying one to go and check every printer is working well. Really Its an Marvellous idea to check the printers remotely without any human intervention. And the script was working fine with me. Now i am reallly happy. A small amount of workload is reduced.
Thank you so much Mr. Sarath Reddy. You really helped me.
And many Thanks to the expert teams who really works Hard in solving the problems.