Test prints to be given to all printers in the building?

Asked By 7060 points N/A Posted on -
qa-featured

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

SHARE
Best Answer by Sharath Reddy
Best Answer
Best Answer
Answered By 590495 points N/A #79187

Test prints to be given to all printers in the building?

qa-featured

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 "\Server1Printer1"
rundll32 printui.dll,PrintUIEntry /k /n "\Server1Printer2"
rundll32 printui.dll,PrintUIEntry /k /n "\Server2Printer3"
rundll32 printui.dll,PrintUIEntry /k /n "\Server3Printer1"

Edit the server name and printer name and now double click the batch file to test.
Once it works on your test run add it as a scheduled task.
 
Hope this helps.
Answered By 20 points N/A #79188

Test prints to be given to all printers in the building?

qa-featured

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 really happy. A small amount of workload is reduced.

Thank you so much Mr. Sharath Reddy.

You really helped me.

And many Thanks to the expert teams who really works Hard in solving the problems.

 

Related Questions