Ever written a .bat-file to do som deploying or such. It’s usally a lot of cd ..-ing to get to the right path and keeping track of the path. I have. So reading Scott Hanselman’s blog his post turnd me on to pushd and popd.
This is awsome, you can keep a stack of directories. Here’s an example:
Nice eh!
Tags: Computing