Just a Simple Parallel Runner in C#
September 30, 2016
c #, parallel computing, software development, software download, Task Parallel Library, tools / utilities
No Comments

I need a tool to run multiple scripts (mainly vbscript or jscript files on windows) at the same time (in parallel) so I decide to write one (it is …