Page 1 of 1

Rename Special

Posted: 06 Jan 2011 13:51
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)?

Re: Rename Special

Posted: 06 Jan 2011 19:51
by admin
I'll add a flag.