Re: Trouble Cancelling a Print Job
- From: "Pegasus" <I.can@xxxxxxx>
- Date: Sun, 10 Jun 2007 20:41:54 +0200
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
.
- Follow-Ups:
- Re: Re: Trouble Cancelling a Print Job
- From: Jethro
- Re: Re: Trouble Cancelling a Print Job
- From: Jethro
- Re: Re: Trouble Cancelling a Print Job
- References:
- Trouble Cancelling a Print Job
- From: Jethro
- Trouble Cancelling a Print Job
- Prev by Date: Re: No Category View in Control Panel/Search looks like 98
- Next by Date: Re: Two taskbars are displayed
- Previous by thread: Trouble Cancelling a Print Job
- Next by thread: Re: Re: Trouble Cancelling a Print Job
- Index(es):
Relevant Pages
|