Need help with OpenWith - Portable File Menu bar

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
vrtarifaachen
Posts: 124
Joined: 02 Jul 2009 14:28

Need help with OpenWith - Portable File Menu bar

Post 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?

bdeshi
Posts: 4249
Joined: 12 Mar 2014 17:27
Location: Asteroid B-612 / Dhaka
Contact:

Re: Need help with OpenWith - Portable File Menu bar

Post 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.
Icon Names | Onyx | Undocumented Commands | xypcre
[ this user is asleep ]

vrtarifaachen
Posts: 124
Joined: 02 Jul 2009 14:28

Re: Need help with OpenWith - Portable File Menu bar

Post 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!

Post Reply