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: