I am doing some simple tests in eclipse where I pass parameters from Java code into my AutoIt exe successfully. But now I want to see if there is a way in Java to capture whether or not the AutoIt exe ran correctly (possibly by having the executable return a boolean that can be passed back to the Java code) Here is my original sample code String[] cmd = new String[3]; cmd[0] = AutoItScripts.compareDocsWord; cmd[1] = "C:\\Users\\Eamon\\Desktop\\file1.doc"; cmd[2] = "C:\\Users\\Eamon\\Deskt