Search found 9 matches

by spaceman
07 Apr 2023 11:25
Forum: Tips & Tricks, Questions & Answers
Topic: How to Clean the Filenames of Files in a Folder, According to a white List of Chars, Automatically?
Replies: 10
Views: 675

Re: How to Clean the Filenames of Files in a Folder, According to a white List of Chars, Automatically?

Hi Yusef

Thank you very much.


It's nice that you get along well with RegEx,
most people are detered by them.. :)
by spaceman
07 Apr 2023 02:41
Forum: Tips & Tricks, Questions & Answers
Topic: How to Clean the Filenames of Files in a Folder, According to a white List of Chars, Automatically?
Replies: 10
Views: 675

Re: How to Clean the Filenames of Files in a Folder, According to a white List of Chars, Automatically?

Can the rename command perform 2 modes on 1 execution? For example: Search and Replace: rename s, "[]{};,!>_" And: rename k, "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890()-_.", p; I can do it with 2 commands, but doing it with 2 commands has 2 problems: The fir...
by spaceman
29 Mar 2023 18:07
Forum: Tips & Tricks, Questions & Answers
Topic: How to Clean the Filenames of Files in a Folder, According to a white List of Chars, Automatically?
Replies: 10
Views: 675

Re: How to Clean the Filenames of Files in a Folder, According to a white List of Chars, Automatically?

Thank you very much regarding rename k . What is CEA? The documentation does not mention this term.. The folder has some sub-folders, so iterating it recursivly would be nice, but even If not, I can manually execute it on each of the folders myself, since the total number of folders is not big. BTW,...
by spaceman
29 Mar 2023 16:07
Forum: Tips & Tricks, Questions & Answers
Topic: How to Clean the Filenames of Files in a Folder, According to a white List of Chars, Automatically?
Replies: 10
Views: 675

How to Clean the Filenames of Files in a Folder, According to a white List of Chars, Automatically?

Hi all I have a folder that contains many files, and I want to clean the filenames of these files from problematic chars, and only leave chars that I will define in a White List of chars, for example: "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890()-_." All other chars wil...
by spaceman
16 Aug 2021 17:02
Forum: Tips & Tricks, Questions & Answers
Topic: How to Make Newly Added Files Appear in the End instead of Immediately Sorted?
Replies: 2
Views: 274

Re: How to Make Newly Added Files Appear in the End instead of Immediately Sorted?

Oh, that setting..
Yes, it is On for me, and I am using the latest version,
but from the thread you linked to, I see that it's impossible to solve it :/

Oh no..
by spaceman
16 Aug 2021 16:36
Forum: Tips & Tricks, Questions & Answers
Topic: How to Make Newly Added Files Appear in the End instead of Immediately Sorted?
Replies: 2
Views: 274

How to Make Newly Added Files Appear in the End instead of Immediately Sorted?

Hi all Assume that we're in a certain folder, for example C:\Download\, and that folder has 5 files currently. When we entered that folder, the 5 files will appear, sorted according to the sorting column we chose, for example according to Extension. Now, If I download 3 files into that folder, while...
by spaceman
06 Aug 2021 15:10
Forum: Tips & Tricks, Questions & Answers
Topic: Can a Script in XYplorer Control the Tree on the Left?
Replies: 0
Views: 2858

Can a Script in XYplorer Control the Tree on the Left?

Hi all


Can a Script in XYplorer control the Tree on the Left?

By "control the tree", I mean these operations:
- Expand/Collapse a specific Node
- Select a specific Node


Thank you