Search found 44 matches
- 23 Aug 2025 12:40
- Forum: Script Exchange
- Topic: Help with Rename Script – Capitalize All Words (incl. A, An, The, Of etc)
- Replies: 3
- Views: 4581
Re: Help with Rename Script – Capitalize All Words (incl. A, An, The, Of etc)
found a workaround solution. How to Implement True Title Case Formatting in XYplorer 1️⃣ **Locate XYplorer.ini**: Open XYplorer and navigate to **File | Save Settings** to ensure the necessary key exists in the XYplorer.ini file. 2️⃣ **Open Configuration File**: Go to **Tools | Open Configuration Fi...
- 23 Aug 2025 10:24
- Forum: Script Exchange
- Topic: Unable to shrink multi spaces to single one while renaming and avoid name collisions using script
- Replies: 16
- Views: 13656
Re: Unable to shrink multi spaces to single one while renaming and avoid name collisions using script
Code: Select all
rename s, "-._[]({})%,`*~> ", , , 8; rename r, "\s+ > ", , , 8;; rename r, "\s+(\.[^.]+?$|$) > $1", , , 8; #139; #126; #113;- 20 Aug 2025 22:13
- Forum: Script Exchange
- Topic: Help with Rename Script – Capitalize All Words (incl. A, An, The, Of etc)
- Replies: 3
- Views: 4581
Re: Help with Rename Script – Capitalize All Words (incl. A, An, The, Of etc)
Rename special #126 doesn't work. AAAAAAAA.gif I already have a partially working script that cleans up filenames and lowercases extensions. However, words like “a”, “an”, “the”, and “of” are automatically lowercased. rename s, "-._[]()%,`*~> ", , , 8; rename r, "\s+ > ", , , 8;;...
- 20 Aug 2025 15:33
- Forum: Script Exchange
- Topic: Help with Rename Script – Capitalize All Words (incl. A, An, The, Of etc)
- Replies: 3
- Views: 4581
Help with Rename Script – Capitalize All Words (incl. A, An, The, Of etc)
Replace all unwanted characters (- . _ [ ] ( ) % , \ * ~ >`) with a single space. Collapse multiple spaces into one. Trim leading/trailing spaces. Capitalize the first letter of every word, including single-letter words like “A”. Always lowercase the extension. What I have tried: rename s, "-._...
- 15 Jul 2025 21:50
- Forum: Script Exchange
- Topic: Unable to capitalise first letters of "a an the of"
- Replies: 0
- Views: 35999
Unable to capitalise first letters of "a an the of"
I want to rename A a an an the the of dark of night.txt to A A An An The The Of Dark Of Night.txt but this script doesnt work. rename s, "-._[]()%,`*~> ", , , 8; rename r, "\s+ > ", , , 8;; rename r, "\s+(\.[^.]+?$|$) > $1", , , 8; #139; #128; #126; #113; please provide...
- 14 Jul 2025 03:37
- Forum: Bug Reports
- Topic: XYplorer Is really struggling while browsing or doing stuff within portable devices.(android internal storage)
- Replies: 4
- Views: 1808
Re: XYplorer Is really struggling while browsing or doing stuff within portable devices.(android internal storage)
In a couple of years time most Android Smartphones will start using USB 3.0 or better out of the box that will make the accessibility read write Speed way faster than current uSB 2.0. I think that will make things easier but anyway if you could please fix mouse selection and checkbox selection issues
- 13 Jul 2025 13:56
- Forum: Bug Reports
- Topic: XYplorer Is really struggling while browsing or doing stuff within portable devices.(android internal storage)
- Replies: 4
- Views: 1808
XYplorer Is really struggling while browsing or doing stuff within portable devices.(android internal storage)
XYplorer 27.000800 XYplorer Is really struggling while browsing or doing stuff within portable devices.(android internal storage) issue 1= error (Not Responding) when android device is connected through USB, then it gives not responding error I have tried multiple USB cables, tried multiple phones a...
- 12 Jul 2025 22:47
- Forum: Script Exchange
- Topic: Unable to shrink multi spaces to single one while renaming and avoid name collisions using script
- Replies: 16
- Views: 13656
Re: Unable to shrink multi spaces to single one while renaming and avoid name collisions using script
i am waiting. (((if I get time I might script it up for you properly instead of being lazy, or maybe some other forum user might.)))
- 12 Jul 2025 07:36
- Forum: Script Exchange
- Topic: Unable to shrink multi spaces to single one while renaming and avoid name collisions using script
- Replies: 16
- Views: 13656
Re: Unable to shrink multi spaces to single one while renaming and avoid name collisions using script
your computer is so fast === i3 11 gen

- 12 Jul 2025 06:43
- Forum: Script Exchange
- Topic: Unable to shrink multi spaces to single one while renaming and avoid name collisions using script
- Replies: 16
- Views: 13656
Re: Unable to shrink multi spaces to single one while renaming and avoid name collisions using script
rename s, "-._[]()%,`*~> ", , , 8; rename r, "\s+ > ", , , 8;; rename r, "\s+(\.[^.]+?$|$) > $1", , , 8; #139; #126; #113; and <date fff> produces weird results. there isnt any space bw File and 787. but other files do have proper spacing. No random number generated. o...
- 12 Jul 2025 06:17
- Forum: Script Exchange
- Topic: Unable to shrink multi spaces to single one while renaming and avoid name collisions using script
- Replies: 16
- Views: 13656
Re: Unable to shrink multi spaces to single one while renaming and avoid name collisions using script
u have been very helpful so thanks anyday.
I want a script method. <date fff> not this.
I want a script method. <date fff> not this.
- 12 Jul 2025 05:44
- Forum: Script Exchange
- Topic: Unable to shrink multi spaces to single one while renaming and avoid name collisions using script
- Replies: 16
- Views: 13656
Re: Unable to shrink multi spaces to single one while renaming and avoid name collisions using script
rename s, "-._[]()@%`*~> ", , , 8;; rename r, "\s+ > ", , , 8;; rename r, "\s+(\.[^.]+?$|$) > $1", , , 8; #139; #126; #113; works perfectly, thanks. aaaaa.gif apart from avoid name collisions when two or more files get the same name after renaming by ADDING= SINGLESPAC...
- 12 Jul 2025 04:49
- Forum: Script Exchange
- Topic: Unable to shrink multi spaces to single one while renaming and avoid name collisions using script
- Replies: 16
- Views: 13656
Re: Unable to shrink multi spaces to single one while renaming and avoid name collisions using script
reply to jupe===> first part already works. Animation.gif Adjust the script so that avoid name collisions is fixed, when two or more files get the same name after renaming by ADDING= SINGLESPACE 3 DIGIT RANDOM NUMBER as suffix(to shrink multi spaces to single and also replacing unwanted characters )...
- 12 Jul 2025 01:54
- Forum: Script Exchange
- Topic: Unable to shrink multi spaces to single one while renaming and avoid name collisions using script
- Replies: 16
- Views: 13656
Re: Unable to shrink multi spaces to single one while renaming and avoid name collisions using script
reply to jupe=rename s, "-._[]()@%`*~> "; rename r, "\s+ > "; rename r, "\s+(\.[^.]+?$|$) > $1"; #139; #126; #113; works perfectly. Love u, sorry for my mistakes. can u please provide a way to avoid name collisions when two or more files get the same name after renaming...
- 12 Jul 2025 01:11
- Forum: Script Exchange
- Topic: Unable to shrink multi spaces to single one while renaming and avoid name collisions using script
- Replies: 16
- Views: 13656
Unable to shrink multi spaces to single one while renaming and avoid name collisions using script
Suggest me a working script to shrink multi spaces to single and also replacing unwanted characters + avoid name collisions when two or more files get the same name after renaming by ADDING= SINGLESPACE 3 DIGIT RANDOM NUMBER as suffix before=New - ( ) ... -`text @@@-file.txt after(not what i want)=N...
XYplorer Beta Club