PushHelper.ps1

function PushHelper()
{
    Push-Location (Get-LocationFromWindowsExplorer)
}