INTERACT FORUM

More => Old Versions => Media Center 17 => Topic started by: cron0sRXR8 on April 21, 2013, 01:12:49 pm

Title: how to rename files not starting at number one?? counter(#) don't work!
Post by: cron0sRXR8 on April 21, 2013, 01:12:49 pm
Hi,

I want rename many files with this form

video - 1
video - 2
video - 3

If I want start in 600, what is the expression?? it's 600, 601, 602...
I need an expression that work from a any number. Not only starting at number one

"video - customdata(#)"

video - 1
video - 2
video - 3
video - 4
...

I need a expression for raname doing this:

Start in 645.

video - 645
video - 646
video - 647
video - 648
...

What is the code??

many thank you!!
Title: Re: how to rename files not starting at number one?? counter(#) don't work!
Post by: DaremoS on April 21, 2013, 01:18:14 pm
I'm not giving a solution  ;D I just want to confirm this:
OMG... it's not working as it should!!!
Title: Re: how to rename files not starting at number one?? counter(#) don't work!
Post by: cron0sRXR8 on April 21, 2013, 01:20:28 pm
If I use counter() the numbers change before start rename, it's a X-Files!  :-X

please, any solution??
Title: Re: how to rename files not starting at number one?? counter(#) don't work!
Post by: MrC on April 22, 2013, 01:25:11 am
Math(600 + customdata(#)) should work.
Title: Re: how to rename files not starting at number one?? counter(#) don't work!
Post by: cron0sRXR8 on April 22, 2013, 04:34:15 am
works very fine! thank you friend!!  :D