open folder window in explorer
Moderators: Hacker, petermad, Stefan2, white
open folder window in explorer
Hi,
is there a way (command) in Total Commander to open the current folder in an explorer window? E.g. the same window folder I would get if I open the folder using My Computer on the desktop.
regards
Johann
is there a way (command) in Total Commander to open the current folder in an explorer window? E.g. the same window folder I would get if I open the folder using My Computer on the desktop.
regards
Johann
Buttonbar button:

Code: Select all
Command: explorer.exe
Parameters: %P

- theosdikaios
- Senior Member
- Posts: 228
- Joined: 2006-02-04, 13:02 UTC
- theosdikaios
- Senior Member
- Posts: 228
- Joined: 2006-02-04, 13:02 UTC
2MVV

Compared with what? The simple dot can be used in button bar or ... too.My method is more universal

"Since there are many things which have never happened and never will happen,
and which nevertheless are clearly conceivable, and imply no contradiction,
how can one say they are absolutely impossible?" Leibniz
and which nevertheless are clearly conceivable, and imply no contradiction,
how can one say they are absolutely impossible?" Leibniz
- theosdikaios
- Senior Member
- Posts: 228
- Joined: 2006-02-04, 13:02 UTC
Yes it can. Create a user defined command and bind that command with a shortcut.so can the simple '.' be setup with a keyboard shortcut too?
usercmd.ini wrote:[em_OpenCurrentFolderWithExplorer]
button=
cmd=.
menu=Open current folder with Explorer
wincmd.ini wrote:[Shortcuts]
CAS+F1=em_OpenCurrentFolderWithExplorer
"Since there are many things which have never happened and never will happen,
and which nevertheless are clearly conceivable, and imply no contradiction,
how can one say they are absolutely impossible?" Leibniz
and which nevertheless are clearly conceivable, and imply no contradiction,
how can one say they are absolutely impossible?" Leibniz
- Balderstrom
- Power Member
- Posts: 2148
- Joined: 2005-10-11, 10:10 UTC
Or right-click, "Explore", when the cursor is on [..]
I find it odd the keyboard shortcuts can Open
To open the current dir in explorer, its a completely different group of actions:
---> The Command-Line is NOT focused.
If you try to focus the command-line with Ctrl+Down
---> The text that was just added is replaced with the last used item in the command-line history.
Yet, Alt+F8:
---> Focuses the command-line, and selects the Text that was just added.
I find it odd the keyboard shortcuts can Open
Yet there is no similar keyboard shortcut for current dir.1) The Folder the cursor is on, or 2) The Parent when on [..]
To open the current dir in explorer, its a completely different group of actions:
It also seems wrong that once you do Ctrl+Enter (or Shift+Ctrl+Enter),Ctrl+Down (to Focus command-line); "." & <Enter>
---> The Command-Line is NOT focused.
If you try to focus the command-line with Ctrl+Down
---> The text that was just added is replaced with the last used item in the command-line history.
Yet, Alt+F8:
---> Focuses the command-line, and selects the Text that was just added.