Rename Special

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
atjnjk
Posts: 32
Joined: 04 Nov 2009 07:03

Rename Special

Post by atjnjk »

I have this script file to batch rename files:

Code: Select all

 rename s," |(|)>>_|[|]";
 rename r,"V([0-9]+) > v$1\";
 rename r,"C([0-9]+) > c$1\";
 rename r,"([vc]|story)([1-9][^\d]) > $10$2";
 rename r,"^((\[[^[]+\])+)(.+)[.] > $3$1.";
After updating to v9.90, running this script on files shows lots of 'not renamed files list' dialogs. Is there a way to not show those dialogs (perhaps a tweak)?

admin
Site Admin
Posts: 60597
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Rename Special

Post by admin »

I'll add a flag.

Post Reply