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 ?
How to include any folder in file associations
-
- Site Admin
- Posts: 63414
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: How to include any folder in file associations
Like this:
Code: Select all
|\;*;bat;html;ini;c>..\..\..\WinMergePortable\WinMergePortable.exe
FAQ | XY News RSS | XY Bluesky
Re: How to include any folder in file associations
nice, thanks