I prefer to use
pushd d:\windows\movie
because it requires no switches yet the working directory will change to the correct drive and path in one step.
Added plus:
- also works with UNC paths if an unused drive letter is available for automatic drive mapping,
- easy to go back to the previous working directory: just enter
popd
.