• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Network printer using NetBEUI protocol, is there a way to have a DOS program print to it.

IsOs

Diamond Member
This is Windows NT 4. Windows programs can print to this printer without a problem. I need to have an old DOS program do some printing. Is there a way to set Windows NT4 to use this network printer for DOS?
 
Try > Net print \\computername\printer lpt1: in a dos prompt.

You should also be able to do this from the GUI, but I can't tell you off the top of my head.

Good Luck;

Doug
 
Thanks. That guided me. I used the Net use lpt1 \\computername\sharename and it's working.🙂
 
Back
Top