it takes a long time to delete a print file

G

Guest

when I want to delete (in winXP) files in queue for printing, I have to wait
for a long time before they are deleted. Even for small text files.
What is wrong? Thanks
Paul
 
M

MAP

Paul said:
when I want to delete (in winXP) files in queue for printing, I have
to wait for a long time before they are deleted. Even for small text
files.
What is wrong? Thanks
Paul



Hi Paul,
Creat a new notepad document and open it,next copy and paste this into it.


@echo off
net stop "print spooler"
del /q "%SystemRoot%\system32\spool\PRINTERS\*.*"
net start "print spooler"
ping localhost -n 5 > nul


Close the documant and rename it to this

Kill Print Job.bat


I got this batch file from an "MVP" sometime ago,sorry but I can't remember
which one but the credit goes to him.
The next time the printer's queue takes forever to delete try double
clicling this batch file.It works for me.

P.S. You may get some responces from people that tell you to update your
printers drivers, that won't help, this problem seems to be a minor bug in
XP and has nothing to do with the drivers.
 
G

Guest

Mike, thank you for your help.
One question though: Which folder do I save this batch file?
Again thank you,
Paul

Ο χÏήστης "MAP" έγγÏαψε:
 
M

MAP

Save it anywhere that is convienant for you
Mike Pawlak

?????? said:
Mike, thank you for your help.
One question though: Which folder do I save this batch file?
Again thank you,
Paul

? ??????? "MAP" ???????:

--
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top