How to include any folder in file associations

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
gtm
Posts: 87
Joined: 01 May 2011 11:03

How to include any folder in file associations

Post by gtm »

I was able to add some items to context menu by using the following
in file associations.

|*;bat;html;ini;c>..\..\..\WinMergePortable\WinMergePortable.exe

How do I include a folder in it ?

admin
Site Admin
Posts: 63413
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: How to include any folder in file associations

Post by admin »

Like this:

Code: Select all

|\;*;bat;html;ini;c>..\..\..\WinMergePortable\WinMergePortable.exe

gtm
Posts: 87
Joined: 01 May 2011 11:03

Re: How to include any folder in file associations

Post by gtm »

nice, thanks

Post Reply