Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > Can't cancel print job

Reply
Thread Tools Display Modes

Can't cancel print job

 
 
Phil
Guest
Posts: n/a

 
      08-17-2008
Hi,
Why is it I can't cancel a print job without waiting 15-20 minutes? When
click on the print job and select "Cancel" it shows "Deleting - Printing" as
the status but takes forever to delete the job. If this is a Vista problem I
would think Mircosoft would consider fixing it..........
--
Phil
 
Reply With Quote
 
 
 
 
Mick Murphy
Guest
Posts: n/a

 
      08-17-2008

If this is the Printer's Manufacturer's problem, I would suggest that they
fix it!
Contact them and/or uninstall/reinstall their software.
--
Mick Murphy - Qld - Australia


"Phil" wrote:

> Hi,
> Why is it I can't cancel a print job without waiting 15-20 minutes? When
> click on the print job and select "Cancel" it shows "Deleting - Printing" as
> the status but takes forever to delete the job. If this is a Vista problem I
> would think Mircosoft would consider fixing it..........
> --
> Phil

 
Reply With Quote
 
Phil
Guest
Posts: n/a

 
      08-17-2008
I don't believe it is a printer problem. I have an epson and an HP and I
have the same problem on both......
--
Phil


"Mick Murphy" wrote:

> If this is the Printer's Manufacturer's problem, I would suggest that they
> fix it!
> Contact them and/or uninstall/reinstall their software.
> --
> Mick Murphy - Qld - Australia
>
>
> "Phil" wrote:
>
> > Hi,
> > Why is it I can't cancel a print job without waiting 15-20 minutes? When
> > click on the print job and select "Cancel" it shows "Deleting - Printing" as
> > the status but takes forever to delete the job. If this is a Vista problem I
> > would think Mircosoft would consider fixing it..........
> > --
> > Phil

 
Reply With Quote
 
Bill Sharpe
Guest
Posts: n/a

 
      08-17-2008
Phil wrote:
> Hi,
> Why is it I can't cancel a print job without waiting 15-20 minutes? When
> click on the print job and select "Cancel" it shows "Deleting - Printing" as
> the status but takes forever to delete the job. If this is a Vista problem I
> would think Mircosoft would consider fixing it..........


Here is a batch file that will cancel print jobs. It works in XP, but
I'm not sure if the path in the "del" line is correct for Vista.

@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

Bill
 
Reply With Quote
 
Phil
Guest
Posts: n/a

 
      08-17-2008
Thank you Bill.
It does work with Vista.
Phil

--
Phil


"Bill Sharpe" wrote:

> Phil wrote:
> > Hi,
> > Why is it I can't cancel a print job without waiting 15-20 minutes? When
> > click on the print job and select "Cancel" it shows "Deleting - Printing" as
> > the status but takes forever to delete the job. If this is a Vista problem I
> > would think Mircosoft would consider fixing it..........

>
> Here is a batch file that will cancel print jobs. It works in XP, but
> I'm not sure if the path in the "del" line is correct for Vista.
>
> @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
>
> Bill
>

 
Reply With Quote
 
Ferd Burfel
Guest
Posts: n/a

 
      08-18-2008
It's a USB Printing Support problem. It happens in 2000 and XP.

Bill's batch file does what I usually do to clear it, in a much more
efficient manner I might add.

Ferd


"Phil" <> wrote in message
newsCC722A9-CED3-4E77-83D4-...
>I don't believe it is a printer problem. I have an epson and an HP and I
> have the same problem on both......
> --
> Phil
>
>
> "Mick Murphy" wrote:
>
>> If this is the Printer's Manufacturer's problem, I would suggest that
>> they
>> fix it!
>> Contact them and/or uninstall/reinstall their software.
>> --
>> Mick Murphy - Qld - Australia
>>
>>
>> "Phil" wrote:
>>
>> > Hi,
>> > Why is it I can't cancel a print job without waiting 15-20 minutes?
>> > When
>> > click on the print job and select "Cancel" it shows "Deleting -
>> > Printing" as
>> > the status but takes forever to delete the job. If this is a Vista
>> > problem I
>> > would think Mircosoft would consider fixing it..........
>> > --
>> > Phil


 
Reply With Quote
 
zole2112
Guest
Posts: n/a

 
      09-15-2008

Thank you for the batch file, I used it successfully with Vista Home
Premium. I really appreciate it, I was stuck!


--
zole2112
------------------------------------------------------------------------
zole2112's Profile: http://forums.techarena.in/members/zole2112.htm
View this thread: http://forums.techarena.in/vista-help/1022016.htm

http://forums.techarena.in

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
cancel my membership Robertdixon Windows Vista Mail 1 03-24-2008 10:59 PM
Constant Cancel Allow pop-up Kipp Windows Vista Security 3 01-01-2008 06:10 PM
Cancel diskcheck Andomar Windows Vista General Discussion 5 12-13-2007 10:16 PM
Which one is the any key?!? Can't cancel chkdsk... Autumnale Windows Vista Performance 6 12-08-2007 06:15 PM
Can't cancel color print stesdahl@gmail.com Windows Vista Printing / Faxing / Scanning 1 11-05-2007 01:11 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59