TechSupp Posted December 2, 2008 Posted December 2, 2008 Anyone got a copy of the script ClearPrintQueue.wsf? I think it was on a CD that came with a Microsoft administrator handbook. Have found references to it on the net but not the file itself. It allows you to delete all print jobs on specified computers which I want to do as a schedule at the end of each day to save me another job.
Heebeejeebee Posted December 2, 2008 Posted December 2, 2008 I just use this: c:\windows\system32\cscript prnqctl.vbs -x -s [i][b]servername[/b][/i] -p "[i][b]Printer/Queue Name[/i][/b]" With the prnqctl.vbs file (attached). I put it/them in a batch file and run it as a sceduled job or whenever I need it. HBJBprnqctl.zip 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now