Monthly Archives: July 2009

A Simple Go Function to Simplify Navigating to Popular Directories

Before PowerShell came along I had a number of doskey aliases set up like “gt” to go to the temp dir.  I have since converted those aliases to a single g function (short for “go”): 1: function g($shortcut) { 2: … Continue reading

Posted in PowerShell | Leave a comment