#21752
LTT
Participant

@Skeeve
@Display Error

I think [External Tools] are also the (better) solutions when needed, where you can customize whatever you want. Not only the opened file can be handled, but also the text, e.g. $(SelText), $(CurLine), etc. And shortcut keys can be used.

And you can even use macros, which can handle RecentFileList, etc. Shortcuts can be used as well.

By the way,
For Windows Explorer, SHOpenFolderAndSelectItems will reuse the existing window of the same path, and change the selection in it. This is the difference I see. So sometimes I’d rather using:
explorer /n,/select,”$(Path)”
which keeps different selections in different windows.