11 April, 2006

PUSHD and POPD

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:

PushdPopd.Png

Nice eh!


Tags: