views:

293

answers:

4

Better yet, how can I make My Computer always open in Explorer as well?

I usually make a shortcut to my programming directories on my quick launch bar, but I'd love for them to open in Explorer.

+3  A: 

Have you considered the win+e hotkey? It isn't quite what you want, but might be close enough.

Rob Rolnick
+5  A: 

explorer -d c:\path

harpo
+3  A: 

This is a good reference: http://support.microsoft.com/kb/130510

i.e.:
explorer /e,%HOMEDRIVE%%HOMEPATH%
csjohnst
+3  A: 

I use explorer /e,c:\path.

@harpo

explorer -d c:\path does not work for me (WinXP sp3).

Blorgbeard
Replace `@[harpo]` by `@harpo`
J.F. Sebastian
hey, it works! thanks
Blorgbeard