
I've got a custom renaming/tagging batch file that uses FileBot command line arguments. I want it to skip files already processed (in the same way I noticed the AMC script has "--def excludeList" option).
Does FileBot have this option in the CLI?
If it doesn't, I was thinking I could do it elsewhere in the batch file, but passing the filename of each processed file to a text document sounds tricky and complicated in cmd.exe..