Selected File Count in Rename Script?

I'm "abusing" rename scripts and I want to generate an ouput after the last of the selected files was processed.
Is it possible to pass the total count of selected files to a rename script - or is there another way?

Thanks a lot,
MartO

I don't think there is a good way to do that.

I would pass all the selected filenames to a normal .vbs file (either on the command-line directly or, if you need to support a huge number of filenames and might run into command-line lenght limits, via a temporary text file which codes like {filepath|filem} will generate for you).

OK, thanks leo - I was afraid you were going to say something like that...
MartO