Re: [PCWorks] Stopping a print job

  • From: "Karl Springer" <bi434@xxxxxxxxxxxxxxx>
  • To: pcworks@xxxxxxxxxxxxx
  • Date: Thu, 30 Sep 2010 18:39:32 -0700

On 1 Oct 2010 at 2:21 +0200, David Grossman wrote, at least in 
part:

> Did you ever have the annoying and frustrating experience of
> trying to stop a print job and the system balked? Of course
> you did. 

> I finally did kill the job by going into Services, Print
> Spooler. However, I'm sure there's a better way. 

On an XP Pro machine I use a batch file with a desktop shortcut:

@ echo off
cls
color 1e
net stop spooler
del /s /q %windir%\System32\Spool\Printers\*.* > nul
net start spooler
delay 2000 s

You can get a copy of 'delay' at
http://www.soft.tahionic.com/download-delay/index.html

Karl
=========================
The list's FAQ's can be seen by sending an email to 
PCWorks-request@xxxxxxxxxxxxx with FAQ in the subject line.

To unsubscribe, subscribe, set Digest or Vacation to on or off, go to 
//www.freelists.org/list/pcworks .  You can also send an email to 
PCWorks-request@xxxxxxxxxxxxx with Unsubscribe in the subject line.  Your 
member list settings can be found at 
//www.freelists.org/cgi-bin/lsg2.cgi/l=pcworks .  Once logged in, you have 
access to numerous other email options.  

The list archives are located at //www.freelists.org/archives/pcworks/ .  
All email posted to the list will be placed there in the event anyone needs to 
look for previous posts.
-zxdjhu-

Other related posts: