Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Steve wrote:
Need to force the print buffer to clear all print jobs without restarting computer. Problem occurs in Word and Excel. This batch file ought to do it: @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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Clearing Print Area Outline | Excel Discussion (Misc queries) | |||
Clearing cells without clearing formulas | Excel Discussion (Misc queries) | |||
Clearing the keyboard buffer | Excel Discussion (Misc queries) | |||
craete a print buffer in execl | Excel Discussion (Misc queries) | |||
Print Breaks-Automatic or Force New | Excel Worksheet Functions |