Re: Trouble Cancelling a Print Job

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



You did get one reply to your original post. It gave you
the batch file I created myself in response to a similar
question some time ago:

@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

Make this batch file "c:\Windows\purge.bat", then create
a desktop shortcut that points to it.


"Jethro" <Wilson@xxxxxxxxxxxxx> wrote in message
news:hlgo63ti7kk21qf9tiucfe6l682ku814kc@xxxxxxxxxx
Sorry - this is a repost. I saw no replies to my first one.

Thanks


Often I encounter a problem when I try to print on my Konica/Minolta
laser printer. It shows as 'printing' in the printer window. but
doesn't print. Then when I cancel or delete that task, it just sits
there looking at me and the entry in the printer window never
disappears until I re-boot.

How do I make XP remove the task from the printer window?

Thanks

Jethro


.



Relevant Pages

  • Re: Printer problem
    ... Your batch file appears to ha worked. ... commands to print the same document before one had started to print). ... @echo off ... ping localhost -n 4> nul ...
    (microsoft.public.windowsxp.newusers)
  • Re: Trouble Cancelling a Print Job.
    ... entry in the printer window never disappears until I re-boot. ... @echo off ... ping localhost -n 4> nul ...
    (microsoft.public.windowsxp.general)
  • Re: Re: Trouble Cancelling a Print Job
    ... the batch file I created myself in response to a similar ... @echo off ... ping localhost -n 4> nul ... It shows as 'printing' in the printer window. ...
    (microsoft.public.windowsxp.general)
  • Re: Re: Trouble Cancelling a Print Job
    ... the batch file I created myself in response to a similar ... @echo off ... ping localhost -n 4> nul ... It shows as 'printing' in the printer window. ...
    (microsoft.public.windowsxp.general)
  • Re: Scheduling an event
    ... of an overkill for your pizza timer. ... @echo off ... ping localhost -n %delay%> nul ... After creating the batch file, create a shortcut to it and place it ...
    (microsoft.public.windowsxp.general)