05-11-2019, 12:51 AM
If the program you're using is CLI then you can use a windows batch script. It works right out of the CMD. The basic syntax would be "for %i in (*.szs) do <your extractor exe> <whatever else arguments that are required> %i". %i in this case is gonna be the input file.