prl
a simple and very lightweight (11kb binary, lzma 5kb) parallel batch processor. built with msvc x64. it lacks features but gets the job done.
source code moved to
codeberg
Code:
Usage: H:\test\tools\build\prl.exe <input.bat> [thread_count]
edit: update v1
replaced semaphore with a threadpool.
replaced system() calls with CreateProcessA