|
tab and variable I'm trying to use tab together with variable, e.g.:
by typing $pshome<enter>, i have
c:\windows\system32\windowspowershell\v1.0
i would expect
$pshome\..\<tab> would resolve to
c:\windows\system32\windowspowershell\v1.0\..\ OR
c:\windows\system32\windowspowershell\v1.0\
but it does not, it resolves somewhere to
c:\document and settings\username\$pshome\..\...
am i using it right? Thanks! |