Few times there was disscusion how to show/store ConsoleWrite() message from GUI based script. This is my solution. To check how this work you should: Download and compile to exe file this scirpt: TESTING.au3 ConsoleWrite('Some text' & @CRLF) Download and compile to exe file this scirpt: ConsoleWrapper.au3 ;~ https://www.autoitscript.com/forum/topic/183043-autoit-console-data-to-file #pragma compile(Console, true) #include <Aut