The "IncrediBuild DevTools package" allows you to easily accelerate tools that involve multiple process execution, such as - compression, encoding, QA, rendering, simulations and other computationally intensive tools by distributing the processes to idle CPU cores across the local network, thus transforming every workstation to a virtual super computer that can scale up according to the number of cores you have in your entire network. This is a sample that demonstrates how to run multiple Gnu Zip compression processes in parallel on remote machines across the network. This sample requires the GZip command line tool - gzip.exe , available here: http://gnuwin32.sourceforge.net/packages/gzip.htm Please consult the license agreement before installing this application. The sample Generates multiple txt files on the local machine, and compresses them on the local network. Before running the sample, you may optionally edit the following variables inside 'GZipScript.bat': LOOP - the number of gzip.exe compression processes that will run in parallel (the default is 100) GZPATH - the path to gzip.exe (the default is "C:\Program Files (x86)\GnuWin32\bin\gzip.exe") In order to run the sample, simply run RunMe.bat from the sample directory For more information about the "IncrediBuild DevTools package" please see the following url: http://www.incredibuild.com/development-tools-acceleration.html