Opening the same folder in different windows

C

ckramer7070

Simple question, is there a way to open a folder 2 separate times by
clicking on the folder icon (from the desktop)? I know holding SHIFT &
DC will open the folder via Explorer but my user would like to have
more than one instance of this folder open at anytime.

Thank for any input,

Chad
 
R

RA

Simple question, is there a way to open a folder 2 separate times by
clicking on the folder icon (from the desktop)? I know holding SHIFT &
DC will open the folder via Explorer but my user would like to have
more than one instance of this folder open at anytime.

Thank for any input,

Chad

To get a second(or third or fourth etc.)opening of an open folder, hold down
the shift key and double click the icon.
 
N

Nepatsfan

In
Simple question, is there a way to open a folder 2 separate
times by
clicking on the folder icon (from the desktop)? I know
holding SHIFT &
DC will open the folder via Explorer but my user would like
to have
more than one instance of this folder open at anytime.

Thank for any input,

Chad

Open Notepad and create a batch file.
Enter the following commands substituting the correct path to
the folder you want to open twice.

Explorer.exe /n,"PathToFolder"
Explorer.exe /n,"PathToFolder"

Name the file Twice.bat and save it somewhere handy such as the
My Documents folder.
Open My Documents and right click on the Twice.bat file and
select Send to -> Desktop (create shortcut) from the menu.
Your user can now click on the new desktop shortcut and have it
open two instances of the same folder.
If the user would rather have the folder opened in a Windows
Explorer window, change /n to /e in the batch file.
Note: There are no spaces between /n, and the path to the
folder.

Good luck

Nepatsfan
 
P

Poprivet

Simple question, is there a way to open a folder 2 separate times by
clicking on the folder icon (from the desktop)? I know holding SHIFT &
DC will open the folder via Explorer but my user would like to have
more than one instance of this folder open at anytime.

Thank for any input,

Chad

You can start as many instances of windows explorer as you want. Start
windows explorer, then just click the Explorer icon again and another
instance of it will open. Very handy to comparing two different folders or
drives.

HTH
Pop`
 

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