Search found 3 matches

by mickah
2008-10-09 09:15:29
Forum: Ant Renamer > Help
Topic: Insert certain characters from containing folder
Replies: 4
Views: 2604

that worked a treat, thank you
by mickah
2008-10-08 15:53:18
Forum: Ant Renamer > Help
Topic: Insert certain characters from containing folder
Replies: 4
Views: 2604

the start of the folder name is always demo1333 or whatever number of 4 digit size, but what comes afterwards varies in both size and content.

So:

demo1333 - movies blah/moviename.avi
demo1259 - movies asd gah 11 blah/moviename2.avi
demo1862 - mov/moviename3.avi

are all possibilites.

All I want ...
by mickah
2008-10-08 13:56:48
Forum: Ant Renamer > Help
Topic: Insert certain characters from containing folder
Replies: 4
Views: 2604

Insert certain characters from containing folder

demo1333 - movies/mymovie1.avi

I want to insert the first 8 characters of the containing folder:
demo1333-mymovie1.avi

I'm doing string insert at the moment:
%folder1%-

and getting:
demo1333 - movies-mymovie1.avi

Any ideas?