Page 1 of 1

Need help with OpenWith - Portable File Menu bar

Posted: 02 Apr 2017 10:41
by vrtarifaachen
Hello,
I current use the following:

|">ShareX" *.*>D:\Applications\ShareX\ShareX.exe

Image

...and this works BEAUTIFULLY for all files, but it doesn't include folders as seen here:
Image

I really want to stop using Window's stupid SendTo menu, but I need to be able to send all files AND all folders via this menu. Is there any way to modify this setting to be possible?

Re: Need help with OpenWith - Portable File Menu bar

Posted: 02 Apr 2017 10:57
by bdeshi
Use this.

Code: Select all

|">ShareX" *.*;\>D:\Applications\ShareX\ShareX.exe
Matching filter changed to *.*;\. Now this shows up for: *.*==all files;\==all folders.

Re: Need help with OpenWith - Portable File Menu bar

Posted: 02 Apr 2017 10:58
by vrtarifaachen
SammaySarkar wrote:Use this.

Code: Select all

|">ShareX" *.*;\>D:\Applications\ShareX\ShareX.exe
Matching filter changed to *.*;\. Now this shows up for: *.*==all files;\==all folders.
Stand by.. trying!

EDIT: I think it works!

I changed it to
*.*;\
And it works! thank you very much!