This application uses a list of input files and will process a script on each one using parallel processes.
usage: batch_on_files.py [-h] [--cpu CPU] --script SCRIPT files [files ...] Loop a CMD script on files. positional arguments: files files to process optional arguments: -h, --help show this help message and exit --cpu CPU number of process (default = number of CPU) --script SCRIPT batch to launch on every other files
