|
#1
|
|||
|
|||
|
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 |
|
#2
|
|||
|
|||
|
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 |
|
#3
|
|||
|
|||
|
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 > > > |
|
#4
|
|||
|
|||
|
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 -- |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
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 |