I want to create a windows print queue where all jobs added to that queue simply vanish. They don't print, they don't accumulate... they just quietly go away. Can this be done?

link|improve this question
feedback

1 Answer

up vote 1 down vote accepted

Have it connected to NUL:.

link|improve this answer
I can attach a printer to all sorts of ports. NUL is not an option, though. – Joey Oct 28 '10 at 22:08
Admittedly I haven't handled printers on Windows in a while, but there has to be some way you can add it as a port. – Ignacio Vazquez-Abrams Oct 28 '10 at 22:09
@Joey: You just have to add NUL: as a port. – Dennis Williamson Oct 29 '10 at 2:32
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.