This folder contains samples that utilize various Interfaces which achieve acceleration in different ways: 1. Submission Interface - A manual (command line) interface that enables the user to execute processes either using batch files or from within their application utilizing remote machine's CPUs and memory in a parallel way. More information regarding the Submission Interface can be found in the following URL: http://www.incredibuild.com/webhelp/index.html?page=pages%2Fsubmission_interface.htm 2. Interception Interface - An automatic interface that allows the user to specify a process name. whenever this process name will be executed by the user's application, XGE will automatically execute this process on a remote machine instead of the local machine. This interface gives the user full control over the spawned processes or applications, inter-dependencies, etc. More information regarding the Automatic Interception Interface can be found in the following URL: http://www.incredibuild.com/webhelp/index.html?page=pages%2Fautomatic_interception_interface.htm 3. XML Interface - A general-purpose distribution interface which uses an input XML file describing a set of command-line tasks to be run through the IncrediBuild Acceleration Engine, along with their input files, output files and dependencies. More information regarding the XML can be found in the following URL: http://www.incredibuild.com/webhelp/index.html?page=pages%2Fxml_interface.htm The Dummy process in these samples creates an output file, showing the automatic transfer of files from the remote machine on which the process is executing to the local machine.