command line interface - Windows: Run script upon cd -


i've been using small set of bash scripts execute various actions upon changing directory (say, rebasing repositories, cleaning temps, rotating logs, reading mail, etc) , noticed not common thing on windows @ all.

a cursory google search doesn't show much... possible?

in bash accomplished writing small function called cd , having work on top of builtin cd. mechanism available on windows? if isn't, other alternatives might there be?


Comments

Popular posts from this blog

python - No exponential form of the z-axis in matplotlib-3D-plots -

c# - "Newtonsoft.Json.JsonSerializationException unable to find constructor to use for types" error when deserializing class -

Why does a .NET 4.0 program produce a system.unauthorizedAccess error on a Windows Server 2012 machine with .NET 4.5 installed? -