ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   after i send a file to print, how do i cancel it (https://www.excelbanter.com/excel-discussion-misc-queries/132170-after-i-send-file-print-how-do-i-cancel.html)

andrew a

after i send a file to print, how do i cancel it
 
i sent a file to print before i could customize it. and it started to print,
this has happen to me before and the printer keeps printing until it runs out
of paper. all i want to do is stop the print.

Dave Peterson

after i send a file to print, how do i cancel it
 
If it's a local printer (connected to your pc), then you could open the printer
(via windows start button|control panel|Printers and faxes.

Then double click on your printer
And then select the job you want to print
and rightclick on the job you want to stop and choose Cancel.

You may want to turn the printer off.

If you're using a network printer, then the job may have already been sent to a
network printer spool--so you won't see it in your printer's list of jobs.

When we had someone print a phonebook in error, we would turn the printer off
and call the helpdesk and ask that the printer queue be deleted.



andrew a wrote:

i sent a file to print before i could customize it. and it started to print,
this has happen to me before and the printer keeps printing until it runs out
of paper. all i want to do is stop the print.


--

Dave Peterson

Gord Dibben

after i send a file to print, how do i cancel it
 
Found this tidbit over in winxp.general news group.

Haven't tried it myself but others have said it works.

Open notepad and copy and paste this to it.

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

Save it and close notepad,next rename the file to.

Kill Print Job.bat

The next time your printer hangs at deleting a print job just double click
on this batch file.


Gord Dibben MS Excel MVP

On Fri, 23 Feb 2007 20:06:59 -0600, Dave Peterson
wrote:

If it's a local printer (connected to your pc), then you could open the printer
(via windows start button|control panel|Printers and faxes.

Then double click on your printer
And then select the job you want to print
and rightclick on the job you want to stop and choose Cancel.

You may want to turn the printer off.

If you're using a network printer, then the job may have already been sent to a
network printer spool--so you won't see it in your printer's list of jobs.

When we had someone print a phonebook in error, we would turn the printer off
and call the helpdesk and ask that the printer queue be deleted.



andrew a wrote:

i sent a file to print before i could customize it. and it started to print,
this has happen to me before and the printer keeps printing until it runs out
of paper. all i want to do is stop the print.



Dave Peterson

after i send a file to print, how do i cancel it
 
Saved, but untested <too.

Gord Dibben wrote:

Found this tidbit over in winxp.general news group.

Haven't tried it myself but others have said it works.

Open notepad and copy and paste this to it.

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

Save it and close notepad,next rename the file to.

Kill Print Job.bat

The next time your printer hangs at deleting a print job just double click
on this batch file.

Gord Dibben MS Excel MVP

On Fri, 23 Feb 2007 20:06:59 -0600, Dave Peterson
wrote:

If it's a local printer (connected to your pc), then you could open the printer
(via windows start button|control panel|Printers and faxes.

Then double click on your printer
And then select the job you want to print
and rightclick on the job you want to stop and choose Cancel.

You may want to turn the printer off.

If you're using a network printer, then the job may have already been sent to a
network printer spool--so you won't see it in your printer's list of jobs.

When we had someone print a phonebook in error, we would turn the printer off
and call the helpdesk and ask that the printer queue be deleted.



andrew a wrote:

i sent a file to print before i could customize it. and it started to print,
this has happen to me before and the printer keeps printing until it runs out
of paper. all i want to do is stop the print.


--

Dave Peterson


All times are GMT +1. The time now is 10:16 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com