LPR on Windows: Can you specify # of copies?
- by Bill
In Linux, you can use
lpr -#5 foo.txt
to get 5 copies of a document when sending to an LPD-based print server.
The Windows (XP, 2003, 2008) version of LPR supplied by MS doesn't seem to have this option, though.
Does anyone know if there's a hidden option to specify the number of copies?
Thanks.