e.g. use @file.groovy syntax in the FileBot Desktop application:
Format: Select all
@/path/to/MyFormat.groovy
e.g. use --format file.groovy if you are using filebot -rename commands:
Shell: Select all
--format /path/to/MyFormat.groovy
e.g. use --def [email protected] if you are using amc script commands:
Shell: Select all
--def movieFormat=@/path/to/MyFormat.groovy
Please read Split code into external *.groovy script files and @file syntax for reading cmdline args from text files for details.