PC Review


Reply
Thread Tools Rate Thread

Can not delete print jobs or files in print queue

 
 
=?Utf-8?B?S3VydCBNLiBTYW5nZXI=?=
Guest
Posts: n/a
 
      24th May 2006
Why does it take so long to delete a print job? I just want to print a
document, and it seams to screw up a lot more lately with funny characters
coming out, and deleting the job or turning off the printer doesn't work. 10
minutes to delet a job is too long.

What is in C:\WINDOWS\system32\spool\PRINTERS?
Mine shows FP00001.SHD and FP00001.SPL the last one is listed as a shockwave
object?

Please help me fix the printer. thanks.
 
Reply With Quote
 
 
 
 
Pegasus \(MVP\)
Guest
Posts: n/a
 
      24th May 2006

"Kurt M. Sanger" <(E-Mail Removed)> wrote in message
newsD1DF593-1B65-4AEE-BC27-(E-Mail Removed)...
> Why does it take so long to delete a print job? I just want to print a
> document, and it seams to screw up a lot more lately with funny characters
> coming out, and deleting the job or turning off the printer doesn't work.

10
> minutes to delet a job is too long.
>
> What is in C:\WINDOWS\system32\spool\PRINTERS?
> Mine shows FP00001.SHD and FP00001.SPL the last one is listed as a

shockwave
> object?
>
> Please help me fix the printer. thanks.


Create a batch file purge.bat and run it to delete
all pending print jobs.
@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


 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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
Print jobs don't get into queue when print server is offline Technophile Windows XP Networking 0 25th Apr 2010 03:34 PM
Re: Printer won't print, jobs in printing queue won't delete Cari \(MS-MVP\) Windows XP Print / Fax 2 10th May 2004 06:34 PM
local print queue to hold print jobs Jeff Printers 0 26th Apr 2004 09:45 PM
cannot delete print jobs from print queue Raj Windows XP Print / Fax 0 19th Sep 2003 10:46 AM
Print Jobs in Queue won't Delete Dick Windows XP Print / Fax 1 11th Sep 2003 06:54 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:49 PM.