Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Net Use Command
Name: jenir Date: November 19, 2002 at 15:56:59 Pacific OS: W2K CPU/Ram: PIII/500 128mb
Comment:
Hello.
I am trying to use the net use command to capture a printer port for a DOS program I run on my Windows 2000 PC. However, I get a network name cannot be found error. I think it may be due to the fact that the name of my server where the printer is installed has a space in the name. I am trying:
Name: dude Date: November 19, 2002 at 20:11:03 Pacific
Reply:
if your server is called "my server" then maybe you need to use:
net use "\\my server\..."
with the "" if the server name is just one word, then, i guess just check the share name of printer, or create another share for the printer because I have seen shares become corrupt before.
0
Response Number 2
Name: Ardnerus Date: November 19, 2002 at 20:31:59 Pacific
Reply:
I believe that computer names cannot have symbols like $,%,& etc and spaces in their names, so how come your computer name is "my server"??? Are you sure that's your computer name? Maybe you could try using it's IP address instead assuming you are using TCP/IP protocol in your network.
Regards, Ardnerus
>>
0
Response Number 3
Name: jenir Date: November 20, 2002 at 06:22:09 Pacific
Reply:
Using the "" worked!
Thanks!!!
0
Response Number 4
Name: Rick Date: November 20, 2002 at 06:33:34 Pacific
Reply:
In win9x and above share names can have spaces, but not dos, hence her error msg. Putting the name in quotes forces dos to see the name as a text string which will allow dos to use it with the space.
Summary: Thanks for the URL, but that help didn't solve the problem. All examples I have found are made for the unique user, I mean the name of the user if known. I can't understand how I can use the username ...
Summary: i need to use the 'net use' command to connect remotely to a hard drive on a completely different network, basically, i need to map a drive across 2 different networks on two separate dsl lines... i ...
Summary: Hi there, i am trying to use the net use command to map to a domain with a username and password in the syntax. The problem is that there is NO password so i have just left a blank space where the pas...