How to make a shortcut to a folder open in Folders view?

R

Rojo Habe

By default if you make a shortcut to a folder it'll just open a window for
that folder. If you want the folders showing in the left-hand pane you need
to click the Folders button. In NT4 I had a shortcut that'd open Windosw
Explorer straight to my chosen folder, but I can't remember how it was done.
I do remember the shortcut pointed to explorer.exe with the folder specified
in the parameters, but I can't remember the syntax.

Am I making sense? To sum up, I want to make a shortcut to a folder that'll
open a window with the Folders pane already open.
 
G

Galen

In Rojo Habe <[email protected]> had this to say:

My reply is at the bottom of your sent message:
By default if you make a shortcut to a folder it'll just open a
window for that folder. If you want the folders showing in the
left-hand pane you need to click the Folders button. In NT4 I had a
shortcut that'd open Windosw Explorer straight to my chosen folder,
but I can't remember how it was done. I do remember the shortcut
pointed to explorer.exe with the folder specified in the parameters,
but I can't remember the syntax.
Am I making sense? To sum up, I want to make a shortcut to a folder
that'll open a window with the Folders pane already open.

See this link:

http://www.colba.net/~hlebo49/explorer.htm#EXPLORER2

(You'd then make a shortcut with the command you used)

Galen
--

"But there are always some lunatics about. It would be a dull world
without them."

Sherlock Holmes
 
P

Patrick

Rojo said:
Am I making sense? To sum up, I want to make a shortcut to a folder that'll
open a window with the Folders pane already open.

If you know at least one file in the folder that is always there you may use

explorer /e,/select,<full_path_to_file>

Patrick
 
R

Rojo Habe

BINGO!!

Thanks to both of you. I ended up using /root, rather than /select, which
did exactly what I wanted.
I did try typing "explorer /?" in a command window before posting here, but
it appears there's no /? switch or this command.

Thanks again
 

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