it takes a long time to delete a print file


Go Back   Computer Help Articles > Windows XP Accessibility
User Name
Password
FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 01-05-2006, 08:06 AM
παύλος
 
Posts: n/a
Default it takes a long time to delete a print file

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
Reply With Quote
  #2  
Old 01-05-2006, 08:06 AM
MAP
 
Posts: n/a
Default Re: it takes a long time to delete a print file

Paul wrote:
> 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.

--
Mike Pawlak


Reply With Quote
  #3  
Old 01-05-2006, 08:06 AM
παύλος
 
Posts: n/a
Default Re: it takes a long time to delete a print file

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

Ο χρήστης "MAP" *γγραψε:

> Paul wrote:
> > 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.
>
> --
> Mike Pawlak
>
>
>

Reply With Quote
  #4  
Old 01-05-2006, 08:06 AM
MAP
 
Posts: n/a
Default Re: it takes a long time to delete a print file

Save it anywhere that is convienant for you
Mike Pawlak

?????? wrote:
> Mike, thank you for your help.
> One question though: Which folder do I save this batch file?
> Again thank you,
> Paul
>
> ? ??????? "MAP" ???????:
>
>> Paul wrote:
>>> 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.
>>
>> --
>> Mike Pawlak


--


Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Error 0x8024d007 MPearl Windows Update 1 01-05-2006 05:18 PM
0x80070002 - DataStore GONE?! jmac30 Windows Update 3 01-05-2006 05:12 PM
Re: Set default path for Print to File Tony Edgecombe Windows XP Print Fax 0 01-05-2006 06:41 AM
Need help fixing virus omi Windows XP Security Admin 6 01-05-2006 05:44 AM
TFTP Teri Windows XP Security Admin 15 01-05-2006 04:20 AM


All times are GMT. The time now is 10:18 PM.


Powered by vBulletin Version 3.5.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd. SEO by vBSEO 2.3.2 © 2005, Crawlability, Inc.

it takes a long time to delete a print file