Amc sorts my incoming media files depending on type (Movies/TVshows) and the TVshows are put into folders named after the show.
Nothing strange, just basic stuff for amc (isn't that nice

As it happens, I now need to have an extra copy of my TV show episodes (on another drive).
So I added the new exec command to the amc call after the --def flag like this: "exec=E:/batfiles/tvixcopy.bat ""{file}"""
The called tvixcopy.bat file consist of one line only: "copy "%~f1" "E:\TVshows\%~nx1""
So far so good, also works just fine.
However, I would like to get a duplicate copy of TV shows only but not of Movies.
So to the questions:
1. Is there a smarter way of doing this? Searched the forums but didn't find anything...
2. If not; are there any other parameters (than the {file}) to send along? (For this purpose or others).
(I know that there's always the possibility to filter on the {file} parameter against my known TV/Movies location but when changing target locations I would have to edit the tvixcopy.bat as well.)
Cheers
/D