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.
Function RedirectQmOutputToFile
;/
function# str&s reserved
if &s
,LogFile s 0 "$desktop$\qm out redirect.txt"
;else ;;called to clear QM output
,;del- "$desktop$\qm out redirect.txt"
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.