How do you handle “CMD does not support UNC paths as current directories”?

If you’re considering scripting it, it’s always helpful to learn about the pushd and popd commands. Sometimes you can’t be sure what drives letters are already used on the machine that the script will run on and you simply need to take the next available drive letter. Since net use will require you to specify … Read more