Search found 6 matches

by BJosephs
24 Aug 2022 00:50
Forum: Bug Reports
Topic: icon goes wrong
Replies: 16
Views: 1976

Re: icon goes wrong

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
by BJosephs
19 Oct 2012 03:44
Forum: Script Exchange
Topic: I need a (very) simple script...
Replies: 12
Views: 4658

Re: I need a (very) simple script...

Nice! Thanks!
by BJosephs
18 Oct 2012 16:37
Forum: Script Exchange
Topic: I need a (very) simple script...
Replies: 12
Views: 4658

Re: I need a (very) simple script...

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!
by BJosephs
07 Sep 2012 18:47
Forum: Script Exchange
Topic: Script to use selected filename as command-line argument
Replies: 3
Views: 1464

Re: Script to use selected filename as command-line argument

Thanks Don-
I see how much you put into this program - I'm excited to get to know it!
by BJosephs
07 Sep 2012 05:41
Forum: Script Exchange
Topic: Script to use selected filename as command-line argument
Replies: 3
Views: 1464

Re: Script to use selected filename as command-line argument

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.
by BJosephs
07 Sep 2012 00:49
Forum: Script Exchange
Topic: Script to use selected filename as command-line argument
Replies: 3
Views: 1464

Script to use selected filename as command-line argument

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 ...