Forum Discussion
wa8yxm
Jun 21, 2014Explorer III
How do you feel about batch file processing... Now some of this may need to be customized (I will look it over when I paste it in.. On my computer it is a file called DelPrintJob.cmd
No looks good,,, Just copy the net stop through net start spooler lines to NOTEPAD and sae as DelPrintJob.cmd put it in a path folder (or invoke it from file manager) this is for Windows xp.. Do not know if it will work on 7 or 8
What it does: Turn off print spooler
Delete all pending print jobs
Turn on print spooler
The Ping statements are just to waste time so operations complete.
Sometimes simply re-starting the computer will fix it.
OH, the line that MAY need editing is the line that starts with DEL.. This is the default path to the spooled files for XP, may be different on different machines.
net stop spooler
ping 127.0.0.1 -n 3
del %systemroot%\system32\spool\printers\*.* /F /Q /S
ping 127.0.0.1 -n 3
net start spooler
No looks good,,, Just copy the net stop through net start spooler lines to NOTEPAD and sae as DelPrintJob.cmd put it in a path folder (or invoke it from file manager) this is for Windows xp.. Do not know if it will work on 7 or 8
What it does: Turn off print spooler
Delete all pending print jobs
Turn on print spooler
The Ping statements are just to waste time so operations complete.
Sometimes simply re-starting the computer will fix it.
OH, the line that MAY need editing is the line that starts with DEL.. This is the default path to the spooled files for XP, may be different on different machines.
net stop spooler
ping 127.0.0.1 -n 3
del %systemroot%\system32\spool\printers\*.* /F /Q /S
ping 127.0.0.1 -n 3
net start spooler
About RV Must Haves
Have a product you cannot live without? Share it with the community!8,793 PostsLatest Activity: Aug 22, 2023