Learn something new every day
Wednesday, November 26, 2008
“CMD does not support UNC paths as current directories“
The solution is to use
pushd
instead of cd to change the current directory to a share accessed via a UNC path (e.g.: >pushd \\myserver\myshare).
Use
popd
when done.
More info on the
Microsoft Web site.
ref:
My PKB
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment