Jump to content
Compatible Support Forums
Sign in to follow this  
sentme_mail

map printer

Recommended Posts

hi,

how do i map a printer that is connected to a windows print server with shared name \\newvision_server\2nd_floor_printer

from DOS?

thanks

Share this post


Link to post

net use lpt1 \\newvision_server\2nd_floor_printer /persistent:yes

 

Persistent is for a permanent connection ..... if you dont use the persistent switch, then you lose the connection upon reboot.

 

You should also be able to capture the printer port to lpt1 in the properties of the printer.

Share this post


Link to post

there is no problem mapping \\newvision_server\2nd_floor_printer in windows however the problem comes when i try to do it in a DOS machine

any help?

Share this post


Link to post

If I understand you correctly now, you wish to print to a network print device from a pure dos environment.

 

If that is the case, you will need to log into the domain from DOS, and load some applications such as tinyrfc and on to communicate with the printer.

 

http://service1.symantec.com/SUPPORT/ghost.nsf/pfdocs/1999080407471425?Open&dtype=corp

 

You will also need DOS drivers for your NIC and have them properly configured in autoexec.bat as well as config.sys

 

We use this method to transfer files in DOS using NET USE, hopefully it will work the same for you to print.

Share this post


Link to post
Quote:
Guys, doesn't he need to install a networking client package as well? He may have it in the mix already, but I did not see him mention this... a networking client middleware for DOS, should be on Server Cd's of NT/2k/XP right??)


Yeah he does have to install MS client for DOS 3.0 .... i believe that is the latest version

http://www.wown.com/j_helmig/dosclien.htm

All the files you need are also located on the NT 4 Server CD

HTH

Share this post


Link to post

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×