Search found 13228 matches

by highend
14 Apr 2024 15:24
Forum: Tips & Tricks, Questions & Answers
Topic: how to invoke windows apps in xyplorer?
Replies: 4
Views: 107

Re: how to invoke windows apps in xyplorer?

At least the photos app doesn't support command line parameters. No way to invoke it with selected files...
by highend
13 Apr 2024 22:39
Forum: Wishes
Topic: Create Folder and Move Feature
Replies: 10
Views: 275

Re: Create Folder and Move Feature

That's what scripting was made for...
by highend
10 Apr 2024 23:16
Forum: Tips & Tricks, Questions & Answers
Topic: report() stopped working !?
Replies: 7
Views: 179

Re: report() stopped working !?

add a step; above the loop, does it still fail when stepping through the script?
by highend
10 Apr 2024 02:47
Forum: Tips & Tricks, Questions & Answers
Topic: Overall poor unicode support, please help
Replies: 8
Views: 205

Re: Overall poor unicode support, please help

which I'm failing to obtain using XY commands
Then post the script?
by highend
08 Apr 2024 21:32
Forum: Tips & Tricks, Questions & Answers
Topic: Duplicate files
Replies: 4
Views: 149

Re: Duplicate files

Can your dupes be identified by just the name of the file?
by highend
08 Apr 2024 14:54
Forum: Tips & Tricks, Questions & Answers
Topic: [Solved] Script Rename Regex and Extension
Replies: 3
Views: 83

Re: Script Rename Regex and Extension

That's what the regex in my first post does...
by highend
08 Apr 2024 14:36
Forum: Tips & Tricks, Questions & Answers
Topic: [Solved] Script Rename Regex and Extension
Replies: 3
Views: 83

Re: Script Rename Regex and Extension

Provide real world renaming examples...

or otherwise, wild guessing:
rename r, "(.*?)(-[^-]*?)(\.[^.]+)$ > $1$3";
by highend
07 Apr 2024 17:54
Forum: Tips & Tricks, Questions & Answers
Topic: How to Delete Tags?
Replies: 2
Views: 70

Re: How to Delete Tags?

Tools | List Management | Tag List...
by highend
07 Apr 2024 14:47
Forum: Tips & Tricks, Questions & Answers
Topic: How to delete tabset list
Replies: 21
Views: 888

Re: How to delete tabset list

Oh, it's not in the last post^^ Tabsets are disabled, I was just wondering why the "Jump to Setting..." lists that entry and jumps to a thing that isn't displayed...
by highend
07 Apr 2024 14:31
Forum: Tips & Tricks, Questions & Answers
Topic: How to delete tabset list
Replies: 21
Views: 888

Re: How to delete tabset list

Configuration | Tabs and Panes | Tabs: Added option "Tabsets can revert after saving
settings"
I can't see this option entry in 0204 but funnily: "Jump to Setting..." lists it and when clicked jumps into the right section and doesn't highlight... anything^^
by highend
06 Apr 2024 10:26
Forum: Tips & Tricks, Questions & Answers
Topic: How to delete tabset list
Replies: 21
Views: 888

Re: How to delete tabset list

Too important to hide it as a tweak^^
by highend
06 Apr 2024 00:48
Forum: Bug Reports
Topic: [solved] custom icon in menubar became pale
Replies: 24
Views: 388

Re: [solved] custom icon in menubar became pale

E.g. Axialis IconWorkshop (payware!)

Or with freeware tools (scriptable via XY^^):
https://sourceforge.net/projects/unix-u ... 32.tar.xz/

They can extract all icons as .png and recreate an .ico with the .pngs that you want...
by highend
04 Apr 2024 20:26
Forum: Wishes
Topic: CEA After file operation rename
Replies: 15
Views: 295

Re: CEA After file operation rename

Works fine so far :tup:
by highend
04 Apr 2024 17:35
Forum: Wishes
Topic: CEA After file operation rename
Replies: 15
Views: 295

Re: CEA After file operation rename

I'll try it once the new beta is out