Custom File Associations - with SubMenu

Features wanted...
stoik
Posts: 150
Joined: 01 May 2013 19:51

Custom File Associations - with SubMenu

Post by stoik »

I want to create submenus in the
Custom File Associations (CFA) drop-down list.
Reason for this :
my list has grown significantly for some file types (e.g. TXT, PDF, MP4),
so that the drop-down list expands beyond screen borders.

I found a comment on roughly what I need here :
viewtopic.php?p=181797&hilit=submenus+i ... ns#p181797

However, I could not make head or tail of it.
It was two experts talking to each other in expert lingo,
presenting small bits of information - just the ones
that they were trying to figure out.
Bear in mind that I am not a software programing expert,
but just a plain layman.

So could someone please help me resolve this issue
on my simple example described below.
Please write in plain English, and use my exact example below
rather than give me some other complex example
and let me figure out how to translate that to what I need.
And please do not just give me some xys script (thanks)
but if so - explain to me how to integrate it with CFA
(do not expect me to know how to do that).

Here is my example :
I want to see an entry in the CFA called "TXT Files";
when I click on it, I want to see 2 popup entries
they currently (without submenu) are ...
"Em Editor|C:\Portable\XYplorer\Data\Icons\exe.ico"txt>C:\Portable\Em Editor\EmEditor.exe
and
"Note Tab|C:\Portable\XYplorer\Data\Icons\exe.ico"txt>"C:\Portable\Note Tab\NoteTab.exe"

Thanks in advance !
Last edited by stoik on 24 Jun 2024 13:14, edited 1 time in total.

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

Re: Custom File Associations - with SubMenu

Post by admin »

Makes sense, I'm going to give it a shot.

eil
Posts: 1864
Joined: 13 Jan 2011 19:44

Re: Custom File Associations - with SubMenu

Post by eil »

One hint before you decide to dive into scripted-submenu - did you know that putting | before first file types in CFA adds it as OpenWith variant but doesn't make it default to be used?
Example:
+jpg;eps;jpeg;gif;png;bmp;tiff;tga>?:\Progs\XYplorer\NexusImage\NexusImage.exe
+|jpg;eps;jpeg;gif;png;bmp;tiff;tga>?:\Progs\FastStone MaxView\MaxView.exe
+|jpg;eps;jpeg;gif;png;bmp;tiff;tga>?:\Progs\XnViewMp_1.7.1\xnviewmp.exe
This way i have fast viewer as default for pictures and 2 more variants when OpenWith menu opened.
Win 7 SP1 x64 100% 1366x768|1900x1080

stoik
Posts: 150
Joined: 01 May 2013 19:51

Re: Custom File Associations - with SubMenu

Post by stoik »

Hello Eil !

THANK YOU VERY MUCH for Your kind response !

Unfortunately, once again I could not understand the message.
I apologize for that, it is my fault ,,, here is my difficulty :

Where does OpenWith come into this ?
I am talking about the CFA that I use from the toolbar button
i.e. I select a photo file, click on the CFA toolbar button,
a menu pops up for that image file type
and then I select the editor that I want.
No right-clicking and looking for OpenWith ...
For my PhotoLine, the line in the CFA customization window looks like this :
"Photo Line|C:\Portable\XYplorer\Data\Icons\exe.ico"png;jpg>C:\Portable\Photo Line\PhotoLine.exe
Maybe I am completely ignorant and there is some
alternative right-click OpenWith with XYplorer
in which case we are talking about two different things.

Also, I am ignorant (forgive me) about this "+" thing.
I tried altering the PhotoLine entry in CFA to
"Photo Line|C:\Portable\XYplorer\Data\Icons\exe.ico"+|png;jpg>C:\Portable\Photo Line\PhotoLine.exe
and nothing happened - CFA opens photos just like before with PhotoLine.
My default app is simply defined by which app is 1st in the CFA list.

Maybe I would understand You better if You used my exact TXT example
as I suggested at the beginning of this page.
Could You PLEASE do that ?

Many, many THANKS again !!
Last edited by stoik on 24 Jun 2024 13:16, edited 3 times in total.

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

Re: Custom File Associations - with SubMenu

Post by admin »

Code: Select all

+TXT Files
+  "Em Editor|C:\\XYplorer\Data\Icons\exe.ico"txt>C:\\Em Editor\EmEditor.exe
+  "Note Tab|C:\\XYplorer\Data\Icons\exe.ico"txt>"C:\\Note Tab\NoteTab.exe"
You do not have the required permissions to view the files attached to this post.

stoik
Posts: 150
Joined: 01 May 2013 19:51

Re: Custom File Associations - with SubMenu

Post by stoik »

Once again, You are very kind, and
once again, I am too dumb to get it.

Before I explain, I made one correction in those paths I quoted,
the word "Portable" in the address line was missing,
I corrected it now (see above),
but this changes nothing about the substance of the isssue.

I did as You said, opened CFA customization in editor mode,
and added this entry :
+TXT Files
+ "Em Editor|C:\Portable\XYplorer\Data\Icons\exe.ico"txt>C:\Portable\Em Editor\EmEditor.exe
+ "Note Tab|C:\Portable\XYplorer\Data\Icons\exe.ico"txt>C:\Portable\Note Tab\NoteTab.exe

But nothing changed when I tried using it on a TXT file.
The line "TXT Files" never shows up !!!,
so I cannot click on it - to get the submenu.
Otherwise, the Em Editor and Note Tab lines work just fine,
but the sub-menu factor is missing.

Adding "|" before extension (as You suggested above) also did nothing
(no "TXT Files" entry in drop-down) :
+TXT Files
+ "Em Editor|C:\Portable\XYplorer\Data\Icons\exe.ico"|txt>C:\Portable\Em Editor\EmEditor.exe
+ "Note Tab|C:\Portable\XYplorer\Data\Icons\exe.ico"|txt>C:\Portable\Note Tab\NoteTab.exe

A few more variations also failed :
- adding empty space before "TXT Files",
- removing empty spaces before the other 2 lines (Em Editor & Note Tab)

What could be the point of our miscommunication ?

Muchos gracias !!

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

Re: Custom File Associations - with SubMenu

Post by admin »

Are you using the latest beta version?

stoik
Posts: 150
Joined: 01 May 2013 19:51

Re: Custom File Associations - with SubMenu

Post by stoik »

No, I am using the version 26.10.

Are You telling me that this sub-menu entry
that was just given to me here
did not exist as an option so far,
and that You are implementing it just now (in beta) ?
No one mentioned that ...

If "yes", where can I get the latest beta version ?

Thanks !!

stoik
Posts: 150
Joined: 01 May 2013 19:51

Re: Custom File Associations - with SubMenu

Post by stoik »

OK, I searched around Your site,
I found the latest beta with the change log,
there it clearly mentions this as new feature,
I will try it out.

Thanks !

stoik
Posts: 150
Joined: 01 May 2013 19:51

Re: Custom File Associations - with SubMenu

Post by stoik »

Brilliant !

Works like a charm.

I know that You are probably STILL
working out the minor nooks, checking out for bugs ...
Although the main thing is done,
may I enquire about one lesser issue :
is there a way to associate an icon with the sub-menu name ?
I tried the old "TXT Files|C:\Portable\XYplorer\Data\Icons\txt.ico"
but that does not seem to work with this new feature.

Vielen Dank.

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

Re: Custom File Associations - with SubMenu

Post by admin »

No, not planned. Submenu titles usually do not have icons.

stoik
Posts: 150
Joined: 01 May 2013 19:51

Re: Custom File Associations - with SubMenu

Post by stoik »

Fair enough,
that is totally minor - almost irrelevant.
Function is what matters, not cosmetics !
Great work.

stoik
Posts: 150
Joined: 01 May 2013 19:51

Re: Custom File Associations - with SubMenu

Post by stoik »

Oh, Oh !
Houston, we seem to have a PROBLEM.

I was happy with the new sub-menu
but then I realized that
nothing above the sub-menu title/name is displayed
i.e. all the lines above the "TXT Files" entry
simply do not show up on the CFA drop-down menu.
All the lines below the sub-menu name show up just fine.

Once I disable the sub-menu group (title + entries)
everything above this cluster comes back to drop-down.

Please, see if You can reproduce it,
and if You can, it will need a fix - I guess
unless there is some workaround that I am not aware of.

Cheers !

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

Re: Custom File Associations - with SubMenu

Post by admin »

Show your CFA definitions the way I did it (copied from the Editor mode).

stoik
Posts: 150
Joined: 01 May 2013 19:51

Re: Custom File Associations - with SubMenu

Post by stoik »

here you are ...

I disabled the sub-menu attempt at line 99 (ranges to line 108)

"Load Script 1"xys>::load <curitem>;
+"Load Script 2"xys>::#751
+"Note Tab|C:\\XYplorer\Data\Icons\exe.ico"ini;cfg;dat>C:\\Note Tab\NoteTab.exe
+"Xchange Editor|C:\\XYplorer\Data\Icons\exe.ico"pdf>C:\\Xchange Editor\PDFxEdit.exe
+"PDF Xchange|C:\\XYplorer\Data\Icons\exe.ico"pdf>C:\\PDF Xchange\PdfXcView.exe
+"Adobe Acrobat|C:\\XYplorer\Data\Icons\exe.ico"pdf>C:\\Adobe Acrobat\Adobe Acrobat.exe
+"InFix Editor|C:\\XYplorer\Data\Icons\exe.ico"pdf>C:\\InFix Editor\InfixPDFEditor.exe
+"GreenFish Icon|C:\\XYplorer\Data\Icons\exe.ico"ico;icl>C:\\GreenFish Icon Editor\GreenFish Icon Editor.exe
+"Art Icons|C:\\XYplorer\Data\Icons\exe.ico"ico>C:\\Art Icons\Art Icons.exe
+"Xn View|C:\\XYplorer\Data\Icons\exe.ico"bmp;gif;ico;jpg;jpeg;png;tif;tiff;webp>C:\\Xn View\XnView.exe
+"G Image Reader (OCR) !!|C:\\XYplorer\Data\Icons\exe.ico"gif;jpeg;jpg;png;tif;tiff>C:\\G Image Reader\Bin\gimagereader-qt5.exe
"Image Convert 2 BMP|C:\\XYplorer\Data\Icons\exe.ico"gif;jpeg;jpg;png;tif;tiff>C:\\SendTo Convert\00 - ShortCuts\SendTo Convert - BMP.lnk
"Image Convert 2 GIF|C:\\XYplorer\Data\Icons\exe.ico"bmp;jpeg;jpg;png;tif;tiff>C:\\SendTo Convert\00 - ShortCuts\SendTo Convert - GIF.lnk
+"Image Convert 2 JPG 50|C:\\XYplorer\Data\Icons\exe.ico"bmp;gif;jpeg;jpg;png;tif;tiff>C:\\SendTo Convert\00 - ShortCuts\SendTo Convert - JPG - 50.lnk
+"Image Convert 2 JPG 75|C:\\XYplorer\Data\Icons\exe.ico"bmp;gif;jpeg;jpg;png;tif;tiff>C:\\SendTo Convert\00 - ShortCuts\SendTo Convert - JPG - 75.lnk
+"Image Convert 2 JPG 91|C:\\XYplorer\Data\Icons\exe.ico"bmp;gif;jpg;png;tif;tiff;webp>C:\\SendTo Convert\00 - ShortCuts\SendTo Convert - JPG - 91.lnk
+"Image Convert 2 PNG|C:\\XYplorer\Data\Icons\exe.ico"bmp;gif;jpeg;jpg;tif;tiff>C:\\SendTo Convert\00 - ShortCuts\SendTo Convert - PNG.lnk
"Image Convert 2 TIF|C:\\XYplorer\Data\Icons\exe.ico"bmp;gif;jpeg;jpg;png;tiff>C:\\Convert Image\00 - ShortCuts\Convert Image - to TIF.lnk
+"nConvert 2 PNG !!|C:\\XYplorer\Data\Icons\exe.ico"bmp;jpg;jpeg;tif;tiff;webp>C:\\nConvert\nConvert to PNG x64.lnk
+"BMP 2 PDF|C:\\XYplorer\Data\Icons\exe.ico"bmp>C:\\BMP to PDF\Macros\BMP to PDF - via SendTo One-Click.exe
+"JPG 2 PDF|C:\\XYplorer\Data\Icons\exe.ico"jpg>C:\\BMP to PDF\Macros\BMP to PDF - via SendTo One-Click.exe
+"Img 2 PDF Co !!|C:\\XYplorer\Data\Icons\exe.ico"bmp;gif;jpeg;jpg;png>C:\\Img 2 PDF Co\Macros\Img 2 PDF Co - 1 Click.exe
+"Img 2 PDF Du !!|C:\\XYplorer\Data\Icons\exe.ico"tif;tiff>C:\\Img 2 PDF Du\Macros\Img 2 PDF Du - 1 Click.exe
+"Image ReSize to 800 pix JPG|C:\\XYplorer\Data\Icons\exe.ico"bmp;gif;jpeg;jpg;png;tif;tiff>C:\\SendTo Convert\00 - ShortCuts\SendTo Convert - ReSize - JPG.lnk
+"Image ReSize to 800 pix PNG|C:\\XYplorer\Data\Icons\exe.ico"bmp;gif;jpeg;jpg;png;tif;tiff>C:\\SendTo Convert\00 - ShortCuts\SendTo Convert - ReSize - PNG.lnk
+"Advanced Image Compressor|C:\\XYplorer\Data\Icons\exe.ico"bmp;gif;jpg;jpeg;png;tif;tiff>C:\\Advanced JPG Compressor\Advanced JPG Compressor.exe
+"Adobe Reader|C:\\XYplorer\Data\Icons\exe.ico"pdf>C:\\Adobe Reader\Adobe Reader.exe
+"Fine Reader PDF (OCR) !!|C:\\XYplorer\Data\Icons\exe.ico"pdf>C:\\Fine Reader PDF\Fine Reader PDF.exe
+"Foxit Business|C:\\XYplorer\Data\Icons\exe.ico"pdf>C:\\Foxit Business\FoxitPhantomPDF.exe
+"Foxit Edit (save often)|C:\\XYplorer\Data\Icons\exe.ico"pdf>C:\\Foxit Edit\Foxit Edit.exe
+"Foxit Phantom|C:\\XYplorer\Data\Icons\exe.ico"pdf>C:\\Foxit Phantom\Foxit Phantom.exe
+"IceCream PDF Editor|C:\\XYplorer\Data\Icons\exe.ico"pdf>C:\\IceCream PDF Editor\IcecreamPDFEditor.exe
+"Nitro PDF (OCR) !|C:\\XYplorer\Data\Icons\exe.ico"pdf>C:\\Nitro PDF\NitroPDF.exe
+"PDF Chef|C:\\XYplorer\Data\Icons\exe.ico"pdf>C:\\PDF Chef\PDF Chef.exe
+"PDF Master|C:\\XYplorer\Data\Icons\exe.ico"pdf>C:\\PDF Master\PDF Master.exe
+"Smart Player|C:\\XYplorer\Data\Icons\exe.ico"flv;asf;avi;divx;m4v;mpg;mpeg;mkv;mov;mp4;rm;ts;wmv;webm>C:\\Smart Player\Smart Player.exe
"Pot Player|C:\\XYplorer\Data\Icons\exe.ico"flv;avi;divx;mpg;mpeg;mov;mp4;m4v;mkv;rm;wmv;webm;swf>C:\\Pot Player\Pot Player.lnk
"Km Player|C:\\XYplorer\Data\Icons\exe.ico"flv;asf;avi;divx;m4v;mpg;mpeg;mkv;mov;mp4;rm;ts;wmv;webm>C:\\Km Player\Km Player.exe
"Media Player Home|C:\\XYplorer\Data\Icons\exe.ico"flv;asf;avi;divx;m4v;mpg;mpeg;mkv;mov;mp4;rm;ts;wmv;webm>C:\\Media Player Home\Media Player Home.exe
+"Media Player Black|C:\\XYplorer\Data\Icons\exe.ico"flv;asf;avi;divx;m4v;mpg;mpeg;mkv;mov;mp4;rm;ts;wmv;webm>C:\\Media Player Black\Media Player Black.exe
+"Minimalist Media Player|C:\\XYplorer\Data\Icons\exe.ico"flv;asf;avi;divx;m4v;mpg;mpeg;mkv;mov;mp4;rm;ts;wmv;webm>C:\\Minimalist Media Player\MinimalistMediaPlayer.exe
"Light Alloy|C:\\XYplorer\Data\Icons\exe.ico"flv;asf;avi;divx;m4v;mpg;mpeg;mkv;mp4;rm;wmv;webm>C:\\Light Alloy\LA.exe
+"Aimp|C:\\XYplorer\Data\Icons\exe.ico"aac;ac3;flac;m4a;mp3;ogg;wav;wma;wv>C:\\Aimp\Aimp.exe
+"Xm Play|C:\\XYplorer\Data\Icons\exe.ico"aac;ac3;asf;flac;m4a;mp3;ogg;wav;wma;wv>C:\\Xm Play\XmPlay.exe
+"Be Sliced - Fix WAV|C:\\XYplorer\Data\Icons\exe.ico"wav>C:\\Be Sliced\Macros\BeSliced - Position.exe
"Bzr Player|C:\\XYplorer\Data\Icons\exe.ico"aac;asf;flac;mid;mp3;ogg;wav;wma>C:\\Bzr Player\Bzr Player.exe
+"AAC Fix|C:\\XYplorer\Data\Icons\exe.ico"aac>C:\\MultiMedia Gpac\Macros\AAC Fix & Convert to M4A - no SubFolder.exe
+"Extract Now|C:\\XYplorer\Data\Icons\exe.ico"zip;rar;cbz;cbr;tar;7z;\>C:\\Extract Now\ExtractNow.exe
"Aurora Player|C:\\XYplorer\Data\Icons\exe.ico"flv;avi;divx;mpg;mpeg;mov;mp4;m4v;mkv;webm;wmv>C:\\Aurora Player\Aurora Player.exe
+"Em Editor|C:\\XYplorer\Data\Icons\exe.ico"dat;log;txt;xml>C:\\Em Editor\EmEditor.exe
+"Copy Contents|C:\\XYplorer\Data\Icons\exe.ico"txt>C:\\Copy Contents\Copy Contents.exe
+"FireFox x64|C:\\XYplorer\Data\Icons\exe.ico"htm;html>C:\\FireFox x64\FireFox.exe
"Otter|C:\\XYplorer\Data\Icons\exe.ico"htm;html;mht;mhtml>"C:\\Otter\Otter-Browser.exe"
+"HTM 2 PDF Avant|C:\\XYplorer\Data\Icons\exe.ico"htm;html>"C:\\MHT to PDF Avant\Avant.exe"
+"HTM 2 PDF Pale !!|C:\\XYplorer\Data\Icons\exe.ico"htm;html>C:\\MHT to HTM Pale\MHT to HTM Pale.lnk
+"HTM 2 TXT Pale !!|C:\\XYplorer\Data\Icons\exe.ico"htm;html>C:\\Pale Moon\PaleMoon.exe
+"HTM 2 TXT wo Links (to Documents)|C:\\XYplorer\Data\Icons\exe.ico"htm;html>C:\\Auto Hot Key\Tools\Text Extract\Text Extract - to Documets.exe
+"MHT 2 HTM Pale !!|C:\\XYplorer\Data\Icons\exe.ico"mht;mhtml>C:\\MHT to HTM Pale\MHT to HTM Pale.lnk
+"MHT 2 PDF Slim|C:\\XYplorer\Data\Icons\exe.ico"mht;mhtml>"C:\\MHT to PDF Slim\SlimJet.exe" --cb-disable-extensions-auto-update --cb-compact-ui --incognito
+"MHT 2 PDF Avant|C:\\XYplorer\Data\Icons\exe.ico"mht;mhtml>"C:\\MHT to PDF Avant\Avant.exe"
+"MHT 2 PDF Pale !!|C:\\XYplorer\Data\Icons\exe.ico"mht;mhtml>C:\\MHT to HTM Pale\MHT to HTM Pale.lnk
+"MHT 2 TXT Pale !!|C:\\XYplorer\Data\Icons\exe.ico"mht;mhtml>C:\\Pale Moon\PaleMoon.exe
+"MHT 2 TXT wo Links (to Documents)|C:\\XYplorer\Data\Icons\exe.ico"mht;mhtml>C:\\Auto Hot Key\Tools\Text Extract\Text Extract - to Documets.exe
+"Pale Moon|C:\\XYplorer\Data\Icons\exe.ico"mht;mhtml;html;htm>"C:\\Pale Moon\PaleMoon.exe"
+"Cent|C:\\XYplorer\Data\Icons\exe.ico"htm;html;mht;mhtml>"C:\\Cent\Chrome.exe" --cb-disable-extensions-auto-update --cb-compact-ui
+"Falkon x64|C:\\XYplorer\Data\Icons\exe.ico"mht;mhtml>"C:\\Falkon x64\Falkon.exe"
+"Kompozer|C:\\XYplorer\Data\Icons\exe.ico"htm;html>"C:\\Kompozer\Kompozer.exe"
"Opera x64|C:\\XYplorer\Data\Icons\exe.ico"htm;html;mht;mhtml>"C:\\Opera x64\OperaChrome.exe" --cb-disable-extensions-auto-update
+"PDF Able 2 Extract !!|C:\\XYplorer\Data\Icons\exe.ico"pdf>C:\\Able 2 Extract\Able 2 Extract.exe
+"PDF Page Master|C:\\XYplorer\Data\Icons\exe.ico"pdf>C:\\PDF Page Master\PDF Page Master.exe
+"PDF Compressor (1 Click)|C:\\XYplorer\Data\Icons\exe.ico"pdf>C:\\PDF Compressor\Macros\PDF Compressor - via SendTo or ContextMenu - 1 Click.exe
+"PDF Convert Elite|C:\\XYplorer\Data\Icons\exe.ico"pdf>C:\\PDF Convert Elite\Macros\PDF Convert Elite - via SendTo.exe
"PDF Element (can unrestrict) !!|C:\\XYplorer\Data\Icons\exe.ico"pdf>C:\\PDF Element\PDF Element.exe
+"PDF Studio (OCR) !|C:\\XYplorer\Data\Icons\exe.ico"pdf>C:\\PDF Studio\PDF Studio.exe
+"PDF Transformer (OCR) !|C:\\XYplorer\Data\Icons\exe.ico"pdf>C:\\PDF Transformer\PDF Transformer.exe
+"PDF 2 TXT|C:\\XYplorer\Data\Icons\exe.ico"pdf>C:\\PDF to TXT\PDF to TXT.exe
+"Sumatra Reader|C:\\XYplorer\Data\Icons\exe.ico"pdf>C:\\Sumatra Reader\Sumatra Reader.exe
+"PDF UnReStrict !!|C:\\XYplorer\Data\Icons\exe.ico"pdf>C:\\PDF UnRestrict\PRcmd.exe
"FB Reader|C:\\XYplorer\Data\Icons\exe.ico"chm;epub;mobi;pdf>C:\\FB Reader\FB Reader.exe
+"Auto Hot Key|C:\\XYplorer\Data\Icons\exe.ico"ahk>C:\\Auto Hot Key\AutoHotKey.exe
+"Ahk 2 Exe - Automatic|C:\\XYplorer\Data\Icons\exe.ico"ahk>C:\\Auto Hot Key\Scripts\Ahk to Exe\Auto Hot Key - Ahk to Exe - Automatic.exe
+"Ahk 2 Exe - Select|C:\\XYplorer\Data\Icons\exe.ico"ahk>C:\\Auto Hot Key\Scripts\Ahk to Exe\Auto Hot Key - Ahk to Exe - Select.exe
"Billy|C:\\XYplorer\Data\Icons\exe.ico"mp3;wav>C:\\Billy\Billy.exe
+"CBR Reader|C:\\XYplorer\Data\Icons\exe.ico"cbr;cbz>C:\\CBR Reader\CBR Reader.exe
"Chm View in Browser !!|C:\\XYplorer\Data\Icons\exe.ico"chm>C:\\CHM View\Macros\CHM View - via SendTo.exe
"Daum Player|C:\\XYplorer\Data\Icons\exe.ico"flv;avi;divx;mpg;mpeg;mp4;m4v;mkv;webm;swf>C:\\Daum Player\Daum Player.exe
"Gom Player|C:\\XYplorer\Data\Icons\exe.ico"flv;avi;divx;mpg;mpeg;mov;mp4;m4v;mkv;wmv;webm>C:\\Gom Player\Gom Player.exe
"Audio Clean (64-bit)|C:\\XYplorer\Data\Icons\exe.ico"mp3;wav>C:\\Audio Clean\Macros\Audio Clean - via SendTo.exe
+"Gold Wave !!|C:\\XYplorer\Data\Icons\exe.ico"mp3;wav>C:\\Gold Wave\00 - ShortCuts\Gold Wave - Application.lnk
+"Gold Audio|C:\\XYplorer\Data\Icons\exe.ico"mp3;wav>C:\\Gold Audio\Gold Audio.lnk
+"Acoustica !|C:\\XYplorer\Data\Icons\exe.ico"mp3;flac;wav>C:\\Acoustica x64\Acoustica.exe
+"Audacity (32-bit)|C:\\XYplorer\Data\Icons\exe.ico"mp3;wav>C:\\Audacity\Audacity.exe
+"Audio Studio 13 (64-bit)|C:\\XYplorer\Data\Icons\exe.ico"mp3;wav>C:\\Audio Studio 13\Macros\Audio Studio 13 - via SendTo.exe
+"Audio Studio 14 (64-bit)|C:\\XYplorer\Data\Icons\exe.ico"mp3;wav>C:\\Audio Studio 14\Audio Studio 14.exe
+"Audition (64-bit)|C:\\XYplorer\Data\Icons\exe.ico"mp3;wav>C:\\Audition\Audition.exe
+"Diamond Cut (32-bit)|C:\\XYplorer\Data\Icons\exe.ico"mp3;wav>C:\\Diamond Cut\DCForensics.exe
+"Lame EnCode 2 MP3 (average)|C:\\XYplorer\Data\Icons\exe.ico"flac;ogg;wav>C:\\Lame EnCoder 64-bit\Lame EnCoder x64 - CBR 128 kbs - FLC & OGG InPut.lnk
+"WAV 2 FLC|C:\\XYplorer\Data\Icons\exe.ico"wav>C:\\Flac EnCoder 64-bit\FLC EnCoder (console) (64-bit).lnk
FFmpeg - Convert
+"FFmpeg - Convert 2 FLC Best|C:\\FFmpeg Batch Convert\Direct FFmpeg Commands\icon.ico"aac;ac3;avi;m4a;mkv;mov;mp2;mp3;mp4;mpeg;mpg;ogg;wav;wma;wmv>C:\\FFmpeg Batch Convert\Direct FFmpeg Commands\FFmpeg - Convert 2 FLC Best.exe
+"FFmpeg - Convert 2 MKV Best w Audio Copy|C:\\FFmpeg Batch Convert\Direct FFmpeg Commands\icon.ico"avi;mkv;mov;mp4;mpeg;mpg;ogv;wmv>C:\\FFmpeg Batch Convert\Direct FFmpeg Commands\FFmpeg - Convert 2 MKV Best w Audio Copy.exe
+"FFmpeg - Convert 2 MKV Best w Audio Flac|C:\\FFmpeg Batch Convert\Direct FFmpeg Commands\icon.ico"avi;mkv;mov;mp4;mpeg;mpg;ogv;wmv>C:\\FFmpeg Batch Convert\Direct FFmpeg Commands\FFmpeg - Convert 2 MKV Best w Audio Flac.exe
+"FFmpeg - Convert 2 MKV Minimal !!|C:\\FFmpeg Batch Convert\Direct FFmpeg Commands\icon.ico"avi;mkv;mov;mp4;mpeg;mpg;ogv;wmv>C:\\FFmpeg Batch Convert\Direct FFmpeg Commands\FFmpeg - Convert 2 MKV Minimal.exe
+"FFmpeg - Convert 2 MP3 Best|C:\\FFmpeg Batch Convert\Direct FFmpeg Commands\icon.ico"aac;ac3;avi;flac;m4a;mkv;mov;mp2;mp4;mpeg;mpg;ogg;wav;wma;wmv>C:\\FFmpeg Batch Convert\Direct FFmpeg Commands\FFmpeg - Convert 2 MP3 Best.exe
+"FFmpeg - Convert 2 MP3 Medium|C:\\FFmpeg Batch Convert\Direct FFmpeg Commands\icon.ico"aac;ac3;avi;flac;m4a;mkv;mov;mp2;mp4;mpeg;mpg;ogg;wav;wma;wmv>C:\\FFmpeg Batch Convert\Direct FFmpeg Commands\FFmpeg - Convert 2 MP3 Medium.exe
+"FFmpeg - Convert 2 WAV Best|C:\\FFmpeg Batch Convert\Direct FFmpeg Commands\icon.ico"aac;ac3;avi;flac;m4a;mkv;mov;mp2;mp3;mp4;mpeg;mpg;ogg;wma;wmv>C:\\FFmpeg Batch Convert\Direct FFmpeg Commands\FFmpeg - Convert 2 WAV Best.exe
+"FFmpeg - RePackage 2 MKV|C:\\FFmpeg Batch Convert\Direct FFmpeg Commands\icon.ico"avi;flv;mkv;mov;mp4;mpeg;mpg;ogv;wmv>C:\\FFmpeg Batch Convert\Direct FFmpeg Commands\FFmpeg - RePackage 2 MKV.exe
+"FFmpeg - RePackage 2 MKV w Audio Boost|C:\\FFmpeg Batch Convert\Direct FFmpeg Commands\icon.ico"avi;flv;mkv;mov;mp4;mpeg;mpg;ogv;wmv>C:\\FFmpeg Batch Convert\Direct FFmpeg Commands\FFmpeg - RePackage 2 MKV w Audio Boost.exe
"Fmedia - Convert 2 M4A (is AAC)|C:\\XYplorer\Data\Icons\exe.ico"aac;alac;ape;avi;caf;flac;mka;mp3;mp4;mpc;ogg;opus;vorbis;wav;wv>C:\\Fmedia\00 - ShortCuts\Fmedia - Convert to M4A (is AAC).lnk
+"Fmedia - Convert 2 MP3 (best)|C:\\XYplorer\Data\Icons\exe.ico"aac;alac;ape;avi;caf;flac;m4a;mka;mp4;mpc;ogg;opus;vorbis;wav;wv>C:\\Fmedia\00 - ShortCuts\Fmedia - Convert to MP3.lnk
+"Fmedia - Convert 2 WAV|C:\\XYplorer\Data\Icons\exe.ico"aac;alac;ape;avi;caf;flac;m4a;mka;mp3;mp4;mpc;ogg;opus;vorbis;wv>C:\\Fmedia\00 - ShortCuts\Fmedia - Convert to WAV.lnk
+"Pazera Video - Audio Extract|C:\\XYplorer\Data\Icons\exe.ico"avi;mpg;wmv;mkv;mov;flv;vob;mp4;3gp;webm;divx;xvid;mpeg;mpe;asf;m4v;swf;rm;ogv>C:\\Pazera Media to Audio\Pazera ALL to EXT.lnk
"Pazera Video - Audio WAV|C:\\XYplorer\Data\Icons\exe.ico"avi;mpg;wmv;mkv;mov;flv;vob;mp4;3gp;webm;divx;xvid;mpeg;mpe;asf;m4v;swf;rm;ogv>C:\\Pazera Media to Audio\Pazera ALL to WAV.lnk
+"FFmpeg Batch Convert !!|C:\\XYplorer\Data\Icons\exe.ico"flv;avi;divx;mpg;mpeg;mov;mp4;m4v;mkv;webm;wmv;flac;m4a;mp3;wav;aac>C:\\FFmpeg Batch Convert\FFBatch.exe
+"Izotope Rx (64-bit) !!|C:\\XYplorer\Data\Icons\exe.ico"mp3;wav>C:\\Izotope Rx\Izotope Rx.exe
+"Sound Op (64-bit)|C:\\XYplorer\Data\Icons\exe.ico"mp3;wav>C:\\Sound Op x64\Sound Op x64.exe
+"Wav Saver|C:\\XYplorer\Data\Icons\exe.ico"wav>C:\\Wav Saver\Macros\Wav Saver - 1 Click.exe
+"Irfan View x32|C:\\XYplorer\Data\Icons\exe.ico"ani;cur;jpg;png;tif;bmp>C:\\Irfan View x32\i_view32.exe
+"Irfan View x64|C:\\XYplorer\Data\Icons\exe.ico"ani;cur;jpg;png;tif;bmp>C:\\Irfan View x64\i_view64.exe
+"Luminar Neo !!|C:\\XYplorer\Data\Icons\exe.ico"jpg;png;tif;bmp>C:\\Luminar Neo\LuminarNeo.exe
+"Gon Visor (Comics)|C:\\XYplorer\Data\Icons\exe.ico"bmp;jpg;jpeg;png;tif;tiff;webp>C:\\Gon Visor\Gon Visor.exe
+"ReTouch Heal !!|C:\\XYplorer\Data\Icons\exe.ico"bmp;jpeg;jpg;png;tif;tiff>C:\\ReTouch Heal\ReTouch Heal.exe
"Perfectly Clear Complete|C:\\XYplorer\Data\Icons\exe.ico"bmp;gif;jpeg;jpg;png;tif;tiff>C:\\Perfectly Clear Complete\Perfectly Clear Complete.exe
"Perfectly Clear Tools|C:\\XYplorer\Data\Icons\exe.ico"bmp;gif;jpeg;jpg;png;tif;tiff>C:\\Perfectly Clear Tools\Perfectly Clear Tools.exe
"Perfectly Clear Radiant|C:\\XYplorer\Data\Icons\exe.ico"bmp;gif;jpeg;jpg;png;tif;tiff>C:\\Perfectly Clear Radiant\Perfectly Clear Radiant.exe
"PT Photo|C:\\XYplorer\Data\Icons\exe.ico"bmp;gif;jpeg;jpg;png;tif;tiff>C:\\PT Photo\PTPhotoEditorEngPort.exe
+"Perfectly Clear Works !!|C:\\XYplorer\Data\Icons\exe.ico"bmp;gif;jpeg;jpg;png;tif;tiff>C:\\Perfectly Clear Works\Perfectly Clear Works.exe
+"Topaz Adjust !|C:\\XYplorer\Data\Icons\exe.ico"bmp;gif;jpeg;jpg;png;tif;tiff>C:\\Topaz Adjust\TopazAdjustAI.exe
+"Topaz DeNoise|C:\\XYplorer\Data\Icons\exe.ico"bmp;gif;jpeg;jpg;png;tif;tiff>C:\\Topaz DeNoise\TopazDeNoiseAI.exe
+"Topaz GigaPixel|C:\\XYplorer\Data\Icons\exe.ico"bmp;gif;jpeg;jpg;png;tif;tiff>C:\\Topaz GigaPixel\TopazGigapixelAI.exe
+"Topaz Photo !!|C:\\XYplorer\Data\Icons\exe.ico"bmp;gif;jpeg;jpg;png;tif;tiff>C:\\Topaz Photo\TopazPhotoAI.exe
+"Topaz Sharp|C:\\XYplorer\Data\Icons\exe.ico"bmp;gif;jpeg;jpg;png;tif;tiff>C:\\Topaz Sharp\TopazSharpenAI.exe
"Topaz Studio|C:\\XYplorer\Data\Icons\exe.ico"bmp;gif;jpeg;jpg;png;tif;tiff>C:\\Topaz Studio\TopazStudio2.exe
+"Art Cursors|C:\\XYplorer\Data\Icons\exe.ico"ani;cur>C:\\Art Cursors\Art Cursors.exe
+"Sib Cursor Editor|C:\\XYplorer\Data\Icons\exe.ico"ani;cur>C:\\Sib Cursor Editor\Sib Cursor Editor.exe
+"Help File Windows Executive|C:\\XYplorer\Data\Icons\exe.ico"chm>C:\Windows\hh.exe
+"kCHM Viewer !!|C:\\XYplorer\Data\Icons\exe.ico"chm>C:\\Kchm Viewer\Kchm Viewer.exe
+"x CHM|C:\\XYplorer\Data\Icons\exe.ico"chm>C:\\x CHM\x CHM.exe
+"Extra CHM|C:\\XYplorer\Data\Icons\exe.ico"chm>C:\\Extra CHM\Extra CHM.exe
+"Sumatra PDF|C:\\XYplorer\Data\Icons\exe.ico"chm;epub;mobi;pdf;tif;tiff>C:\\Sumatra PDF\Sumatra PDF.exe
+"Chm DeCoder|C:\\XYplorer\Data\Icons\exe.ico"chm>C:\\CHM DeCoder\Chm DeCoder.exe
"Media Player Classic|C:\\XYplorer\Data\Icons\exe.ico"flv;avi;divx;mpg;mpeg;mp4;m4v;mkv;wmv;webm>C:\\Media Player Classic\Media Player Classic.exe
+"MP4 2 M4A|C:\\XYplorer\Data\Icons\exe.ico"mp4;m4v>C:\\MultiMedia Gpac\Macros\MP4 to M4A (Extract Audio) - no SubFolder.exe
+"NFO Infect (View)|C:\\XYplorer\Data\Icons\exe.ico"nfo>C:\\Infekt\Infekt.exe
+"NFO Jane (Edit)|C:\\XYplorer\Data\Icons\exe.ico"nfo>C:\\Jane\Jane.exe
"Note Pro|C:\\XYplorer\Data\Icons\exe.ico"rtf;docx>C:\\Note Pro\NoteTab.exe
+"Note Tab|C:\\XYplorer\Data\Icons\exe.ico"ahk;cmd;eq;txt>C:\\Note Tab\NoteTab.exe
+"Note Tab|C:\\XYplorer\Data\Icons\exe.ico"dat;ini;log;txt;xml>"C:\\Note Tab\NoteTab.exe"
+"OpenOffice Writer|C:\\XYplorer\Data\Icons\exe.ico"odt;rtf;doc>C:\\Open Office\OpenOfficeWriter.exe
"SoftMaker Text|C:\\XYplorer\Data\Icons\exe.ico"odt;rtf;doc;docx;wri>C:\\SoftMaker Office\TextMaker.exe
+"LibreOffice Writer|C:\\XYplorer\Data\Icons\exe.ico"rtf;doc;docx;odt>C:\\Libre Office\LibreOfficeWriter.exe
+"Atlanta|C:\\XYplorer\Data\Icons\exe.ico"odt;rtf;doc;docx;wri>C:\\Atlanta\Atlanta.exe
+"Atlantis|C:\\XYplorer\Data\Icons\exe.ico"odt;rtf;doc;docx;wri>C:\\Atlantis\Atlantis.exe
+"OpenOffice Impress|C:\\XYplorer\Data\Icons\exe.ico"ppt;pptx>C:\\Open Office\OpenOfficeImpress.exe
+"LibreOffice Impress|C:\\XYplorer\Data\Icons\exe.ico"ppt;pptx>C:\\Libre Office\LibreOfficeImpress.exe
+"KingSoft Presentation|C:\\XYplorer\Data\Icons\exe.ico"ppt;pptx>C:\\KingSoft Office\KingSoft Presentation.exe
"SoftMaker Presentation|C:\\XYplorer\Data\Icons\exe.ico"ppt;pptx>C:\\SoftMaker Office\Presentations.exe
+"DOC 2 TXT (to Documents)|C:\\XYplorer\Data\Icons\exe.ico"doc;docx>C:\\Auto Hot Key\Tools\Text Extract\Text Extract - to Documets.exe
+"RTF 2 TXT (to Documents)|C:\\XYplorer\Data\Icons\exe.ico"rtf>C:\\Auto Hot Key\Tools\Text Extract\Text Extract - to Documets.exe
+"ODT 2 TXT (to Documents)|C:\\XYplorer\Data\Icons\exe.ico"odt>C:\\Auto Hot Key\Tools\Text Extract\Text Extract - to Documets.exe
"Drop Compress (PDF)|C:\\XYplorer\Data\Icons\exe.ico"pdf>C:\\Drop Compress\DropCompressPort.exe
+"Nx Power (PDF, Doc) !!|C:\\XYplorer\Data\Icons\exe.ico"pdf;doc>C:\\Nx Power\Nx Power.exe
+"Color Match|C:\\XYplorer\Data\Icons\exe.ico"bmp;jpg;png;tif;tiff>C:\\Color Match\Macros\Color Match via SendTo.exe
+"Affinity Photo|C:\\XYplorer\Data\Icons\exe.ico"bmp;tif;tiff;png;jpg>C:\\Affinity Photo\Photo.exe
+"Photo Line|C:\\XYplorer\Data\Icons\exe.ico"bmp;tif;tiff;png;jpg>C:\\Photo Line\PhotoLine.exe
+"Photo Shop 25|C:\\XYplorer\Data\Icons\exe.ico"bmp;tif;tiff;png;jpg>C:\\Photo Shop 25\Photoshop.exe
"Photo Shop 24|C:\\XYplorer\Data\Icons\exe.ico"bmp;tif;tiff;png;jpg>C:\\Photo Shop 24\Photoshop.exe
+"Photo Zoom|C:\\XYplorer\Data\Icons\exe.ico"bmp;tif;tiff;png;jpg;webp>C:\\Photo Zoom\Photo Zoom.exe
"Fine Reader !!|C:\\XYplorer\Data\Icons\exe.ico"bmp;tif;tiff;png;jpg>C:\\Fine Reader\AbbyyFineReader.exe
"Read Iris|C:\\XYplorer\Data\Icons\exe.ico"bmp;tif;tiff;pdf;png;jpg>C:\\Read Iris\Readiris.exe
"Qm Play|C:\\XYplorer\Data\Icons\exe.ico"flv;avi;divx;mpg;mpeg;mov;mp4;m4v;mkv;wmv;webm>C:\\Qm Play\Qm Play.exe
"Splash|C:\\XYplorer\Data\Icons\exe.ico"avi;divx;mpg;mp4;m4v;mkv;wmv>C:\\Splash\Splash.exe
"T x264 - 1 Click|C:\\XYplorer\Data\Icons\exe.ico"flv;avi;divx;mpg;mpeg;mov;mp4;m4v;mkv;rm;wmv;webm;swf>C:\\T x264\Macros\T x264 - via SendTo - 1 Click.exe
"T x264 - Select|C:\\XYplorer\Data\Icons\exe.ico"flv;avi;divx;mpg;mpeg;mov;mp4;m4v;mkv;rm;wmv;webm;swf>C:\\T x264\Macros\T x264 - via SendTo - Select.exe
+"UnEBook|C:\\XYplorer\Data\Icons\exe.ico"chm>C:\\UnEBook\UnEBook.exe
"VLC Player|C:\\XYplorer\Data\Icons\exe.ico"flv;avi;divx;mpg;mpeg;mov;mp4;m4v;mkv;webm;wmv>C:\\VLC Player\VLC.exe
"Zoom Player|C:\\XYplorer\Data\Icons\exe.ico"flv;avi;divx;mpg;mpeg;mov;mp4;m4v;mkv;webm;wmv>C:\\Zoom Player\Zplayer.exe
"Wim Player|C:\\XYplorer\Data\Icons\exe.ico"flv;avi;divx;mpg;mpeg;mov;mp4;m4v;mkv;wmv;webm>C:\\Wim Player\Wim Player.exe
+"Xmedia ReCode|C:\\XYplorer\Data\Icons\exe.ico"flv;avi;divx;mpg;mpeg;mov;mp4;m4v;mkv;webm;wmv>C:\\Xmedia ReCode\Xmedia ReCode.exe
+"Folder Menu > > >|C:\\XYplorer\Data\Icons\exe.ico"\>C:\\Menu App\MenuApp.exe
+"Folder Painter - Black|C:\\XYplorer\Data\Icons\exe.ico"\>C:\\Folder Painter\Macros\Folder Painter - via SendTo - Black.exe
+"Folder Painter - Blue|C:\\XYplorer\Data\Icons\exe.ico"\>C:\\Folder Painter\Macros\Folder Painter - via SendTo - Blue.exe
+"Folder Painter - Gray|C:\\XYplorer\Data\Icons\exe.ico"\>C:\\Folder Painter\Macros\Folder Painter - via SendTo - Gray.exe
+"Folder Painter - Green|C:\\XYplorer\Data\Icons\exe.ico"\>C:\\Folder Painter\Macros\Folder Painter - via SendTo - Green.exe
+"Folder Painter - Orange|C:\\XYplorer\Data\Icons\exe.ico"\>C:\\Folder Painter\Macros\Folder Painter - via SendTo - Orange.exe
+"Folder Painter - Purple|C:\\XYplorer\Data\Icons\exe.ico"\>C:\\Folder Painter\Macros\Folder Painter - via SendTo - Purple.exe
+"Folder Painter - Red|C:\\XYplorer\Data\Icons\exe.ico"\>C:\\Folder Painter\Macros\Folder Painter - via SendTo - Red.exe
+"Folder Painter - White|C:\\XYplorer\Data\Icons\exe.ico"\>C:\\Folder Painter\Macros\Folder Painter - via SendTo - White.exe
+"Folder Painter - Yellow|C:\\XYplorer\Data\Icons\exe.ico"\>C:\\Folder Painter\Macros\Folder Painter - via SendTo - Yellow.exe
+"Folder Painter - zz DeIconize !!|C:\\XYplorer\Data\Icons\exe.ico"\>C:\\Folder Painter\Macros\Folder Painter - via SendTo - z ReMove Custom Icon.exe
+"Batch Convert Images - to PNG|C:\\XYplorer\Data\Icons\exe.ico"\>C:\\Xn Convert\Macros\Xn Convert - via Send To - 2. to PNG.exe
+"Batch Convert Images - to Email|C:\\XYplorer\Data\Icons\exe.ico"\>C:\\Xn Convert\Macros\Xn Convert - via Send To - 5. to Email.exe
"Lock Hunter > > >|C:\\XYplorer\Data\Icons\exe.ico"\>C:\\Lock Hunter\Lock Hunter.exe
"Tree Size|C:\\XYplorer\Data\Icons\exe.ico"\>C:\\Tree Size\Tree Size.lnk
"Ultra File Search|C:\\XYplorer\Data\Icons\exe.ico"\>C:\\Ultra File Search\Ultra File Search.exe
+"Exe - DeFault Windows Association|C:\\XYplorer\Data\Icons\exe.ico"exe>#
+"Msi - DeFault Windows Association|C:\\XYplorer\Data\Icons\exe.ico"msi>#
+"PE Anatomist [32 vs 64 Bit]|C:\\XYplorer\Data\Icons\exe.ico"8bf;exe;dll;ocx;ox;sys>C:\\PE Anatomist\PEAnatomist.exe
"Exe Image View [32 vs 64 Bit]|C:\\XYplorer\Data\Icons\exe.ico"exe;dll;ocx;ox;sys>C:\\Exe Image View\ExecView.exe
"PE Explorer Basic|C:\\XYplorer\Data\Icons\exe.ico"exe;dll;ocx;ox;sys>C:\\PE Explorer Basic\PE Explorer Basic.exe
"PE Explorer Extra|C:\\XYplorer\Data\Icons\exe.ico"exe;dll;ocx;ox;sys>C:\\PE Explorer Extra\PE Explorer Extra.exe
"PE Xtra|C:\\XYplorer\Data\Icons\exe.ico"exe;dll;ocx;ox;sys>C:\\PE Xtra\Macros\PE Xtra - via SendTo.exe
"PE Studio|C:\\XYplorer\Data\Icons\exe.ico"exe;dll;ocx;ox;sys>C:\\PE Studio\Macros\PE Studio - Fill Screen.exe
+"Uni Extract Dream !!|C:\\XYplorer\Data\Icons\exe.ico"cab;cbr;cbz;chm;exe;gz;7z;zip;rar;sfx;tar;msi>C:\\Uni Extract Dream\UniExtract.exe
+"Uni Extract Complete !|C:\\XYplorer\Data\Icons\exe.ico"bz2;cab;cbr;cbz;chm;exe;gz;7z;zip;rar;tar;cbr;cbz;msi;flv;avi;divx;mpg;mpeg;mov;mp4;m4v;mkv;rm;wmv;webm;swf>C:\\Uni Extract Complete\Uni Extract Complete.exe
+"Uni Extract Koros|C:\\XYplorer\Data\Icons\exe.ico"cab;cbr;cbz;chm;exe;gz;7z;zip;rar;tar;msi>C:\\Uni Extract Koros\Uni Extract Koros.exe
+"Uni Extract New|C:\\XYplorer\Data\Icons\exe.ico"cab;cbr;cbz;chm;exe;gz;7z;zip;rar;tar;msi>C:\\Uni Extract New\Uni Extract New.exe
+"Universal Extractor|C:\\XYplorer\Data\Icons\exe.ico"cab;cbr;cbz;chm;exe;gz;7z;zip;rar;tar;msi>C:\\Universal Extractor\Universal Extractor.exe
+"Easy 7 Zip (Look InSide)|C:\\XYplorer\Data\Icons\exe.ico"7z;cab;cbr;cbz;chm;exe;msi;rar;xpi;zip>C:\\Easy 7 Zip\Easy 7 Zip.lnk
"Seven Zip (Look InSide) @ @|C:\\XYplorer\Data\Icons\exe.ico"7z;cab;cbr;cbz;chm;exe;msi;rar;xpi;zip>C:\\Seven Zip\Seven Zip.lnk
+"Win HLP|C:\\XYplorer\Data\Icons\exe.ico"hlp>C:\\HLP for Win 10\WinHLP32.exe
+"Bandi Cut|C:\\XYplorer\Data\Icons\exe.ico"flv;avi;divx;mpg;mpeg;mov;mp4;m4v;mkv;wmv;webm>C:\\Bandi Cut\Bandi Cut.exe
"FastStone Viewer|C:\\XYplorer\Data\Icons\exe.ico"flv;avi;divx;mpg;mpeg;mov;mp4;m4v;mkv;wmv;webm>C:\\FastStone Viewer\FsViewer.exe
+"Media Info|C:\\XYplorer\Data\Icons\exe.ico"flv;avi;divx;mpg;mpeg;mov;mp4;m4v;mkv;webm;wmv;flac;mp3;wav;aac>C:\\Easy Media Info\EasyMediaInfo.exe
+"Meta Fox|C:\\XYplorer\Data\Icons\exe.ico"flv;avi;divx;mpg;mpeg;mov;mp4;m4v;mkv;ts;webm;wmv>C:\\Meta Fox\Macros\Meta Fox - 1-Click Convert.exe
+"MKV ToolNix|C:\\XYplorer\Data\Icons\exe.ico"flv;avi;divx;mpg;mpeg;mov;mp4;m4v;mkv;ts;webm;wmv>C:\\MKV ToolNix\MKVToolNix.exe
+"LossLess Cut|C:\\XYplorer\Data\Icons\exe.ico"flv;avi;divx;mpg;mpeg;mov;mp4;m4v;mkv;webm;wmv>C:\\LossLess Cut\LosslessCut.exe
+"Solveig Video Splitter|C:\\XYplorer\Data\Icons\exe.ico"aac;flv;avi;divx;flac;m4a;mp3;mpg;mpeg;mov;mp4;m4v;mkv;webm;wav;wma;wmv>C:\\Solveig Video Splitter\Solveig Video Splitter.exe
"Topaz Video|C:\\XYplorer\Data\Icons\exe.ico"flv;avi;divx;mpg;mpeg;mov;mp4;m4v;mkv;webm;wmv>C:\\Topaz Video\VideoAI.exe
"Smart Cutter|C:\\XYplorer\Data\Icons\exe.ico"mpeg;mpg;mp4;mov;vob>C:\\Smart Cutter\Smart Cutter.lnk
+"Vid Cutter|C:\\XYplorer\Data\Icons\exe.ico"flv;avi;divx;mpg;mpeg;mov;mp4;m4v;mkv;webm;wmv>C:\\Vid Cutter\Vid Cutter.exe
"Universal Viewer|C:\\XYplorer\Data\Icons\exe.ico"flv;avi;divx;mpg;mpeg;mov;mp4;m4v;mkv;wmv;webm>C:\\Universal Viewer\Universal Viewer.exe
+"JPG 2 PDF|C:\\XYplorer\Data\Icons\exe.ico"jpg>C:\\BMP to PDF\Macros\BMP to PDF - via SendTo One-Click.exe
"Exe Extract - 7 Zip|C:\\XYplorer\Data\Icons\exe.ico"exe>C:\\Easy 7 Zip\Easy 7 Zip.exe
"Exe Extract - Uni Extract Complete|C:\\XYplorer\Data\Icons\exe.ico"exe>C:\\Uni Extract Complete\Uni Extract Complete.exe
"Exe Extract - Uni Extract Koros|C:\\XYplorer\Data\Icons\exe.ico"exe>C:\\Uni Extract Koros\Uni Extract Koros.exe
"Exe Extract - Uni Extract Lupo|C:\\XYplorer\Data\Icons\exe.ico"exe>C:\\Uni Extract Lupo\Uni Extract Lupo.exe
"Exe Extract - Uni Extract New|C:\\XYplorer\Data\Icons\exe.ico"exe>C:\\Uni Extract New\Uni Extract New.exe
"Exe Extract - Universal Extractor|C:\\XYplorer\Data\Icons\exe.ico"exe>C:\\Universal Extractor\Universal Extractor.exe
"Audio or Video 2 Flac (xReCode)|C:\\XYplorer\Data\Icons\exe.ico"aac;ac3;avi;mkv;mp3;mp4;wav>C:\\xReCode\To FLC\Macros\xReCode - To FLC - 1 Click Convert.exe
"Audio or Video 2 Wav (xReCode)|C:\\XYplorer\Data\Icons\exe.ico"aac;ac3;avi;flac;mkv;mp3;mp4>C:\\xReCode\To WAV\Macros\xReCode - To WAV - 1 Click Convert.exe
+"Video - Extract Audio (original)|C:\\XYplorer\Data\Icons\exe.ico"aac;ac3;avi;flac;mkv;mp3;mp4>C:\\T Video to Audio Extractor\Macros\T Video to Audio Extractor - via SendTo - One Click.exe
+"@ @ Folder Delete Brutally (caution @)|C:\\Folder Delete Brutally\Icon.ico"\>"C:\\Folder Delete Brutally\Folder Delete Brutally.exe"
+"Folder - Empty Contents (Cave)|C:\\Folder Empty Contents\icon.ico"\>C:\\Folder Empty Contents\Folder Empty Contents.exe
+"Link - 0. DeFault Windows Association|C:\\XYplorer\Data\Icons\exe.ico"lnk>#
"Dll - Info [32 vs 64 Bit]|C:\\XYplorer\Data\Icons\exe.ico"dll>C:\\PE Studio\Macros\PE Studio - Fill Screen.exe
"Exe - Info [32 vs 64 Bit]|C:\\XYplorer\Data\Icons\exe.ico"exe;msi>C:\\PE Studio\Macros\PE Studio - Fill Screen.exe
+"Exe - Batch Icon Extractor|C:\\XYplorer\Data\Icons\exe.ico"exe>C:\\Batch Icon Extractor\Macros\Batch Icon Extractor - Silent SendTo.exe
+"Exe - FireWall - Allow !!|C:\\XYplorer\Data\Icons\exe.ico"exe>C:\\FireWall Allow-Block-Remove\Allow.exe
+"Exe - FireWall - Block|C:\\XYplorer\Data\Icons\exe.ico"exe>C:\\FireWall Allow-Block-Remove\Block.exe
+"Exe - FireWall - ReMove !!|C:\\XYplorer\Data\Icons\exe.ico"exe>C:\\FireWall Allow-Block-Remove\Remove.exe
+"Exe - Open w Free UPX|C:\\XYplorer\Data\Icons\exe.ico"exe;msi>C:\\Free UPX\Free UPX.exe
+"Exe - Run as Admin - Once|C:\\XYplorer\Data\Icons\exe.ico"exe>C:\\Admin Run\AdminRun.exe
+"Exe - Run as Admin - Permanent @ @|C:\\XYplorer\Data\Icons\exe.ico"exe>C:\\XYplorer\Macros\Selected Exe - Run as Admin - Permanent.ahk
+"Lnk - Run as Admin - Permanent @ @|C:\\XYplorer\Data\Icons\exe.ico"lnk>C:\\XYplorer\Macros\Selected Lnk - Run as Admin - Permanent.ahk
+"- - - - - - - - - - - - - - - - - - - - - - - - - - -|C:\\XYplorer\Data\Icons\00 - Fake Icon.ico"*>C:\\Auto Hot Key\Tools\Do Nothing\Do Nothing.exe
+"File - 0. DeFault Windows Association|C:\\XYplorer\Data\Icons\exe.ico"*>#
+"File - Beyond Compare|C:\\XYplorer\Data\Icons\exe.ico"*>C:\\Beyond Compare\BCompare.exe
"File - Media Info|C:\\XYplorer\Data\Icons\exe.ico"*>C:\\Easy Media Info\EasyMediaInfo.exe
+"File - Compare|C:\\XYplorer\Data\Icons\exe.ico"*>C:\\Quick Compare\Quick Compare - File 1.exe
+"File - Image View|C:\\XYplorer\Data\Icons\exe.ico"*>C:\\Irfan View x64\i_view64.exe
"File - Info|C:\\XYplorer\Data\Icons\exe.ico"*>C:\\T File Info\T File Info.exe
+"File - Properties|C:\\XYplorer\Data\Icons\exe.ico"*>C:\\XYplorer\Macros\Selected Item (File or Folder) Poperties.ahk
"File - ReName Extension|C:\\XYplorer\Data\Icons\exe.ico"*>C:\\Auto Hot Key\Scripts\ReName Extension\ReName Extension.exe
"File - Take OwnerShip|C:\\XYplorer\Data\Icons\exe.ico"*>C:\\Take OwnerShip Pro\Take OwnerShip Pro.exe
+"File - Version|C:\\XYplorer\Data\Icons\exe.ico"8bf;dll;exe;msi>C:\\File Version Info Editor\File Version Info Editor.exe
"File - View in Em Editor|C:\\XYplorer\Data\Icons\exe.ico"*>C:\\Em Editor\EmEditor.exe
"File - VirusTotal Check|C:\\XYplorer\Data\Icons\exe.ico"*>C:\\VirusTotal Checker\Macros\VirusTotal Checker - via SendTo.exe
+"- - - - - - - - - - - - - - - - - - - - - - - - - - -|C:\\XYplorer\Data\Icons\00 - Fake Icon.ico"\>C:\\Auto Hot Key\Tools\Do Nothing\Do Nothing.exe
+"Folder - Beyond Compare|C:\\XYplorer\Data\Icons\exe.ico"\>C:\\Beyond Compare\BCompare.exe
+"Folder - Dupe Kill|C:\\XYplorer\Data\Icons\exe.ico"\>C:\\Dupe Kill\Dupe Kill (use this shortcut for SendTo).lnk
+"Folder - File Search Ex @ @|C:\\XYplorer\Data\Icons\exe.ico"\>C:\\File Search Ex\File Search Ex.lnk
+"Folder - Effective File Search|C:\\XYplorer\Data\Icons\exe.ico"\>C:\\Effective File Search\Effective File Search.lnk
"Folder - File Locator|C:\\XYplorer\Data\Icons\exe.ico"\>C:\\File Locator\Macros\File Locator - via Send To.exe
"Folder - Icon|C:\\RainBow Folders\icon.ico"\>C:\\RainBow Folders\RainBow Folders.exe
"Folder - Icon Change|C:\\XYplorer\Data\Icons\exe.ico"\>C:\\Folder iChanger\Folder iChanger.exe
+"Folder - Open in New Tab|C:\\XYplorer\Data\Icons\exe.ico"\>C:\\XYplorer\Macros\Tab - Open Folder in New Tab.exe
+"Folder - Open in Windows Explorer|C:\\XYplorer\Data\Icons\exe.ico"\>C:\Windows\explorer.exe
+"Folder - Properties|C:\\XYplorer\Data\Icons\exe.ico"\>C:\\XYplorer\Macros\Selected Item (File or Folder) Poperties.ahk
+"Folder - ReName Fezzik|C:\\XYplorer\Data\Icons\exe.ico"\>C:\\XYplorer\Macros\ReName Fezzik.exe
"Folder - Seven Zip (compress) @ @|C:\\XYplorer\Data\Icons\exe.ico"\>C:\\Seven Zip\Seven Zip.lnk
+"Folder - Take OwnerShip|C:\\XYplorer\Data\Icons\exe.ico"\>C:\\Take OwnerShip Pro\Take OwnerShip Pro.exe
+"Link - Go to Target|C:\\XYplorer\Data\Icons\exe.ico"lnk>C:\\XYplorer\Macros\Go to ShortCut Target.ahk
+"Defender Exclusion Tool - Add !!|C:\\XYplorer\Data\Icons\exe.ico"\;exe>C:\\Defender Exclusion Tool\Defender Exclusion Tool - Add.exe
+"Defender Exclusion Tool - Delete !!|C:\\XYplorer\Data\Icons\exe.ico"\;exe>C:\\Defender Exclusion Tool\Defender Exclusion Tool - Delete.exe
+"MalWare Scan|C:\\XYplorer\Data\Icons\exe.ico"\;*>C:\\Anti MalWare\MalWare Scanner\XSecMSMain.exe

Post Reply