admin wrote: ↑17 Aug 2022 10:30
Interesting! Who else sees this with Win11?
Same here on Windows 11 Version 22H OS Build 25182.1010 [Dev Channel].
Running sysicons in address bar brings up the proper icons, just won't display in xyplorer window
I see this is an old thread. But maybe someone could help me add to this script the ability to then delete the empty folder leftover from moving all the files up?
Thanks!
I figured out the POM:
|"Send email" *>::run """C:\scripts\GroupSendMail.vbs"" ""<curitem>""";
Now I can assign a hot-key. I would like to learn if/how to accomplish the same thing with drag-n-drop through a script.
Hi. I'm a <gasp> noob looking for some simple scripting help. It seems that XYplorer doesn't have the functionality of Windows Explorer as far as drag-n-drop execution of script files (.vbs,.bat) using dropped file as a command line argument. I imagine this could be done with a simple script (or at ...