Saturday, February 23, 2008

Printing from DOS

Yes, hard to believe, but there are still some DOS applications out there in production environments.

To redirect DOS printing to a network printer, open a command window

Start ~ Run ~ cmd {ENTER}

and then run this command


net use lpt1 \\servername\printername /persistent:yes

No comments: