01-13-2015, 07:41 PM
Is there a way to save the log data to a file? When I run a macro the log shows the output and errors but I don't see any way to save this. thanks.
log file
|
01-13-2015, 07:41 PM
Is there a way to save the log data to a file? When I run a macro the log shows the output and errors but I don't see any way to save this. thanks.
01-14-2015, 10:26 AM
Create this function.
Function RedirectQmOutputToFile ;/ And execute this code once. It redirects QM output to a file. You can put this in function named init2, it runs when QM starts. If init2 does not exist, create. Macro Macro2486 Then all QM output text will be shown in QM and saved in file.
01-14-2015, 07:53 PM
Thanks. Works perfectly.
12-15-2018, 04:19 PM
Hello,
I am new to Quick Macro. So far I am loving it. One help needed. I am trying to save output log to a text file and it's working fine for me. Now I want to pass the location of the log file from the actual program. Can you please let me know whether it's possible? I currently have multiple exe file for different tasks and I want to have different log file for each of them. I will also prefer to add timestamp to the log file name. Thank you. |
« Next Oldest | Next Newest »
|