hello guys,
I was wondering if anyone could help me with a small task that i want to accomplish. while running my script, i use consolewrite to write many things on the autoit console window. What i want to do is find out a way to store this content smwhere in notepad for future reference.
i think iniwrite can accomplish this but my console output has a lot of contents written on it which make the use of iniread very tedious. I will hv to substitute every consolewrite command.
At the end of the script can i just store all the content of the console at a go???
Any help will be highly appreciated.