Saturday, February 18, 2012

Open Explorer from Powershell in current folder

When working in powershell, it is very easy to open the current folder to be able to better work with the files within it.

Simply type in

Explorer .
(The dot should be typed also.)

And even shorter way is by typing

ii .

where the ii is short for Invoke-Item

No comments: