Hey guys,
I have never touched the standard output functions (Other than ConsoleWrite for debugging). At the moment, I am trying to develop a console application (as shown below) which should attach to AutoIT script processes, and show everything read from the standard output of the file. I am aware that Scite has a console (as are most people) but I want to be able to read the standard output of other programs, and feel that this would be a good way to start learning to do so.
Here is the code I have done so far:
FileWrite(@ScriptDir&"TestScript.au3", "For $Repeat = 0 to 100"&@C