For each print job there are two spool files generated by the Windows spooler. One file with the .SHD extension for job settings, and one with the .SPL extension for the drawing commands.
Using notepad ..
@echo off net stop spooler cd\ cd \windows\system32\spool\printers del *.spl del *.shd net start spooler exit
Save as a c:\windows\clrspool.cmd
Setup a task schedule that runs the cmd sometime in the early morning when nobody will be printing.
Total 0 Votes:
0
0