|
Multithreaded bat file
Hello everyone,
I have a bat file designed to carry out a task for all files in a folder via FOR command.
Currently, it only processes one file at once then moves onto the next file. For folders with, say, 200 items, this doesn't take long. However, it takes several hours to process large folders with several thousand items inside.
So, if I have 16 threads, is there any way to run the FOR task for 16 files at once all the way until all files are processed?
|