Shortcut for specific Explorer directory??

T

Toney

I'd like to set up a shortcut in the Start Menu for some
general directories on a shared drive. However, instead of
the directory opening, I'd like a copy of Windows Explorer
to open so I can drill down to the specific project
directory without ending up with a dozen open directoried
on my desktop.

Is this possible?

Thanks in advance

Toney
 
G

GO

You could make a Windows Explorer shortcut and use this as the "target"
(accessible via the shortcut's properties):
%SystemRoot%\explorer.exe /e, /select, <folder location>

Where <folder location> would be your destination folder (eg. c:\winnt
However if you wanted winnt to be expanded you will have to specify another
folder within winnt (eg system32) otherwise it would just open C:\ and have
the winnt folder selected).


Greg
 
T

Toney

I have found one solution that allows an expanded
directory out of the Start Menu. But if there's a way to
actually open another copy of Windows Explorer, that would
work better.

Thanks again

Toney
 
A

Alan Illeman

GO said:
You could make a Windows Explorer shortcut and use this as the "target"
(accessible via the shortcut's properties):
%SystemRoot%\explorer.exe /e, /select, <folder location>

Where <folder location> would be your destination folder (eg. c:\winnt
However if you wanted winnt to be expanded you will have to specify another
folder within winnt (eg system32) otherwise it would just open C:\ and have
the winnt folder selected).

or "%windir%\explorer.exe /e,/root,c:\whatever"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top