Notepad++ Open containing folder and SELECT FILE

Yaron

New member
Member
VIP
Local time
6:51 PM
Messages
122
What should I add to the following command (in shortcuts.xml) so that Notepad++ would open the containing folder and also select the current file?

<Command name="Open containing folder" Ctrl="no" Alt="no" Shift="no" Key="0">explorer $(CURRENT_DIRECTORY)</Command>


Thank you.
 

My Computer

OS
Windows 7 Ultimate x32
The following command opens the folder and selects the file. I'm still looking for a way to open the folder maximized.

Code:
"C:\Windows\Explorer.exe" /select, "$(FULL_CURRENT_PATH)"

Thanks.
 

My Computer

OS
Windows 7 Ultimate x32
Back
Top