Rename Special
Posted: 06 Jan 2011 13:51
I have this script file to batch rename files:
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)?
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.";