CommandThreader by Shaun Vermaak is a command line tool that makes it possible to execute any list of commands threaded into as many threads as needed.
03/05/2009 – Fixed thread IDs
24/11/2008 – Added line numbers
03/11/2008 – Minor bug fixes
Publishers website: https://www.ittelligence.com
ITtelligence mirror: CommandThreader.zip (7.05 Kb)
Usage: CommandThreader.exe NUMBER_OF_THREADS INPUT_FILE.TXT
Lines in INPUT_FILE.TXT must be in format COMMAND|ARGUMENT|WORKING_DIRECTORY|HIDDEN|TIMEOUT
Example: PSEXEC.exe|\\192.168.0.1 -c -d -f Program.exe||True|1000
