View Single Post
  #8  
Old 10-04-2026, 16:33
wrathma wrathma is offline
Registered User
 
Join Date: Apr 2024
Location: Dhaka
Posts: 60
Thanks: 46
Thanked 40 Times in 23 Posts
wrathma is on a distinguished road
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
Attached Files
File Type: 7z prl.7z (7.6 KB, 1 views)

Last edited by wrathma; 10-05-2026 at 08:33.
Reply With Quote
The Following User Says Thank You to wrathma For This Useful Post:
Masquerade (25-04-2026)