PDA

View Full Version : Access server's dir from CMD command prompt


Jenny Kurniawan
December 5th 03, 01:33 AM
How do you access server's directory from CMD command prompt?
Here are the details:
Server: Windows NT
Workstation: XP Home

When I typed 'cd \\server1' on the command prompt in my XP wkst,
the following message is returned: CMD does not support UNC paths as current
directories.

Is this a limitation in XP Home?

David Candy
December 5th 03, 01:34 AM
but
dir \\servername\sharename

will work. C$ is always shared for admins.

So

dir \\servername\c$

Try mapping a drive.

--=20
http://www.g2mil.com/Apr2003.htm
http://www.sharpword.com/fascism.htm
---------------------------------------------------------------
David Candy
http://www.mvps.org/serenitymacros
---------------------------------------------------------------
"Jenny Kurniawan" > wrote in message =
...
> How do you access server's directory from CMD command prompt?
> Here are the details:
> Server: Windows NT
> Workstation: XP Home
>=20
> When I typed 'cd \\server1' on the command prompt in my XP wkst,
> the following message is returned: CMD does not support UNC paths as =
current
> directories.
>=20
> Is this a limitation in XP Home?
>=20
>=20
>=20

Google