QUOTE(Tangerine @ Oct 13 2004, 03:53 PM)
I hope documentaion can be understood since I am Hungarian, my English is not very good.

It beats the Hell out of my Hungarian. My line manager just came back from a holiday in Hungary. That Unicum is weird stuff!
QUOTE(Tangerine @ Oct 13 2004, 03:53 PM)
One initial question: if you use a variable as a file or folder name are all illegal characters (i.e.: \ / : * ? " < > |) stripped out?I seem to not understand this question well.
Triing to explain.
You mean that if batrun.exe gets a parameter with a value of garbage?
I.e.: batrun.exe xyz.ini "filename" "foo" "John Doe" "+%=(sdgf!%/!="
Then batrun will not care about the value of parameters if it is garbage, then the correspondig '@variable@' will be replaced with the garbage.
Nothing is stripped out. Batrun is not intelligent, batrun's users must be intelligent.

Hmmm... I don't really agree.
If batrun doesn't deal with illegal characters then it makes it unusable in some instances. Users can't work around it without some serious scripting - and in that case they may as well just use a 2KB batch file to do the job.
E.g.: If the value of @artist@ is "AC/DC" and you try using a command like:
move "@dest@mp3" "e:\Music\MP3\@artist@\(@year@) @album@\(@0tnumb@) @tname@.mp3"...
as per your sample.ini you will end up with a folder called "ac" instead (with a subfolder called "dc"). More seriously, in other cases like ":" or "*", you will get an error and the batch file will exit.
QUOTE(Tangerine @ Oct 13 2004, 03:53 PM)
Yes, I was thinking about that. Batrun might be used for other purposes. Not only as EAC "plugin"
I was more thinking that it can be used with any encoder or application with EAC, not just FLAC and LAME - but, yes, it could be used in other scenarios also.
QUOTE(Tangerine @ Oct 13 2004, 03:53 PM)
I do not want to push closer to MAREO or simplify the settings. Its flexibility may decrease then.
So some batch programming skill is needed to take advantage of using batrun. Batch programming skill can be used for other purposes.
Fair enough.
I think there is a definite niche for an application somewhere between MAREO and batrun. Maybe I'll get some time to write it myself one day. In the meantime however I will continue to hassle other people to do it
Edit: grammar