Threaded Windows Batch Scripts
almost 2 years agoSometimes you need to do something to a lot of computers at once, such as deploying a file or registry setting, or checking if a file exists or that a registry item is set correctly. If you’re using batch scripts, they can be a little slow when working with a large number of hosts.
On my 4-year-old Pentium 4 this does about 10 hosts/second, as opposed to 3 hosts/second when running them in serial.