Monday, August 13, 2012

cmd does not support ung 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.

No comments:

Post a Comment