

I'm guessing I need some sort of delimiter between the files, but couldn't figure out what it is. Would appreciate any help on this.
This feature requires FileBot r8757 or higher, i.e. the latest beta. FileBot 4.9.4 (current stable release) only accepts a single @file as format.rednoah wrote: ↑24 May 2019, 11:27 (requires FileBot r8757) Use @format.groovy syntax to include external format expression code at compile time:Code: Select all
@/path/to/TargetFolder.groovy @/path/to/MovieNaming.groovy @/path/to/MediaInfoTags.groovy
Code: Select all
cat A.groovy B.groovy C.groovy > ABC.groovy