Search the Community
Showing results for tags 'logs'.
-
Version 3.16
931 downloads
LOG UDF, with or without GUI. Main focus is to keep it simple, so you have just to include _gollog.au3 and call: GOLLOG("a line of text"), and start logging. If your script is without GUI the log will be only written to disk, if you have a GUI you can initialize an edit control :... -
I have searched for almost an hour and I still cannot find examples and or the code that I am looking for concerning my question. I am wanting to capture/read/send (however you want to say it) the console output to a file. Here is a picture of what I want to send to a file after the scrip...
- 7 replies
-
- autoit
- console window
-
(and 1 more)
Tagged with:
-
Hi Guys, The attached script collects logs from various servers on my network, prints them into logs.txt, and emails them to me, daily. When I run the compiled script by clicking on the EXE it works beautifully. However, when it's run through the scheduler, I get an email with a blank txt file. Thi...