Re: it takes a long time to delete a print file



Paul wrote:
> when I want to delete (in winXP) files in queue for printing, I have
> to wait for a long time before they are deleted. Even for small text
> files.
> What is wrong? Thanks
> Paul



Hi Paul,
Creat a new notepad document and open it,next copy and paste this into it.


@echo off
net stop "print spooler"
del /q "%SystemRoot%\system32\spool\PRINTERS\*.*"
net start "print spooler"
ping localhost -n 5 > nul


Close the documant and rename it to this

Kill Print Job.bat


I got this batch file from an "MVP" sometime ago,sorry but I can't remember
which one but the credit goes to him.
The next time the printer's queue takes forever to delete try double
clicling this batch file.It works for me.

P.S. You may get some responces from people that tell you to update your
printers drivers, that won't help, this problem seems to be a minor bug in
XP and has nothing to do with the drivers.

--
Mike Pawlak


.



Relevant Pages

  • Re: it takes a long time to delete a print file
    ... >> Paul wrote: ... >>> when I want to delete files in queue for printing, ... >> your printers drivers, that won't help, this problem seems to be a ... >> Mike Pawlak ...
    (microsoft.public.windowsxp.accessibility)
  • Re: Samsung laser in Mandriva - any help appreciated
    ... Paul F. Johnson wrote: ... it only sets a queue rather than creates a printer ... print monitor utility that gets installed by the Samsung setup, and choosing to print a test page, I can see a job on my printer, but it still just says 'processing' and nowt comes out on paper. ...
    (uk.comp.os.linux)
  • Re: How does ATTACH pass address of ECB to child?
    ... Three things came to mind: ... Behalf Of Paul Gilmartin ... How does ATTACH pass address of ECB to child? ... still need to manage concurrent accesses to the queue. ...
    (bit.listserv.ibm-main)
  • [fw-wiz] [Administrivia] Backlog, Vacations...
    ... Iv'e finally cleared the backlog of old stuff out of the queue, ... autoresponders set to not reply to messages with Precedence: ... Paul D. Robertson "My statements in this message are personal opinions ...
    (Firewall-Wizards)
  • Re: remote printer with dynamic ip-adress
    ... > Create a script somewhere and give it execute permissions for everyone. ... > Change this queue so that it invokes the above script as a backend. ... you've created a single remote queue to any queue ...
    (comp.unix.aix)