map printer

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

Everything New Technology 1823 This topic was started by ,


data/avatar/default/avatar10.webp

90 Posts
Location -
Joined 2002-11-01
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

Participate on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


data/avatar/default/avatar01.webp

738 Posts
Location -
Joined 2002-12-11
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.

data/avatar/default/avatar10.webp

90 Posts
Location -
Joined 2002-11-01
OP
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?

data/avatar/default/avatar01.webp

738 Posts
Location -
Joined 2002-12-11
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.

data/avatar/default/avatar01.webp

738 Posts
Location -
Joined 2002-12-11
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