Sunday, February 21, 2010

Open windows explorer from command line

$start . // opens the current directory
$start C:\Downloads //opens the downloads directory

instead of 'start' 'explorer' also works