Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
log file
#2
Create this function.
Function RedirectQmOutputToFile
Code:
Copy      Help
;/
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
Code:
Copy      Help
RedirectQmOutput &RedirectQmOutputToFile

Then all QM output text will be shown in QM and saved in file.


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)