PDA

View Full Version : Win Explorer: command line suffix needed....


Tenex
26-11-2004, 17:01
I had Win Explorer configured to open at the C: instaed of the "My xyz..." folders but can't remember how - can someone enlighten me?

Francis
26-11-2004, 17:38
%SystemRoot%\explorer.exe /n, /e, /select, C:\
Opens at My Computer with C:\ selected I think.

Martin Veenman
26-11-2004, 17:49
Target: %SystemRoot%\explorer.exe /e,c:
Start in: %HOMEDRIVE%

Tenex
26-11-2004, 22:40
thanks both!