Re: Printer won't delete job from queue

Tech-Archive recommends: Fix windows errors by optimizing your registry




"printcharming" <printcharming@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:53301A65-44D3-4811-888A-B1092A0C759D@xxxxxxxxxxxxxxxx
Hi, I'm using Windows XP Professional. I attemped to print a 12 page
document and the printer froze and wouldn't print anything. The status it
shows is Deleting - Printing. Now it won't print anything, additional
print
jobs just get hung up behind the forever Deleting-Printing document. I've
tried to pause and unpause, restart, cancel. Nothing returns results. I
even tried deleting the printer, but now the printer shows as "deleting".
I
rebooted CPU and printer. I'm at a loss, and feeling a bit riduculous
that a
printer is smarter than me.

Run this batch file. It will purge your printer queue.

@echo off
echo.
echo Purging the print queue . . .
net stop Spooler
echo Deleting all print jobs . . .
ping localhost -n 4 > nul
del /q %SystemRoot%\system32\spool\printers\*.*
net start Spooler
echo Done!
ping localhost -n 4 > nul


.



Relevant Pages

  • Re: Files deleted but free space doesnt increase
    ... unchecked "Compress files in this folder" and let it work for a while. ... So is my problem that although I'm deleting hundreds of GB, ... You could confirm my suspicion by running this command: ... echo %date% %time%> c:\test.txt ...
    (microsoft.public.windows.file_system)
  • Re: Files deleted but free space doesnt increase
    ... unchecked "Compress files in this folder" and let it work for a while. ... So is my problem that although I'm deleting hundreds of GB, ... You could confirm my suspicion by running this command: ... echo %date% %time%> c:\test.txt ...
    (microsoft.public.windows.file_system)
  • Re: Files deleted but free space doesnt increase
    ... command prompt to do that, ... (I guess what I'm saying is that I'm 99% sure I am not deleting a shortcut.) ... Before creating the big test file ... echo %date% %time%> c:\test.txt ...
    (microsoft.public.windows.file_system)
  • Re: Files deleted but free space doesnt increase
    ... command prompt to do that, ... (I guess what I'm saying is that I'm 99% sure I am not deleting a shortcut.) ... Before creating the big test file ... echo %date% %time%> c:\test.txt ...
    (microsoft.public.windows.file_system)
  • Re: Files deleted but free space doesnt increase
    ... But file compression is not enabled. ... You could confirm my suspicion by running this command: ... echo %date% %time%> c:\test.txt ... deleting the files? ...
    (microsoft.public.windows.file_system)