Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QM file Export Options.
#2
Macro Email qm files
Code:
Copy      Help
str my_qml system_qml files tzip

rget my_qml "file" "software\gindi\qm2\settings"
system_qml="$qm$\system.qml"

;save qml and wait while saving
men 2003 _hwndqm ;;Save All Now
0.1
;g1
__HFile f.Create(my_qml OPEN_EXISTING)
err 0.1; goto g1
f.Close

files.from(my_qml "[]" system_qml)
tzip.from("$temp$\" _s.getfilename(my_qml) ".zip")
zip tzip files

SendMail "[email protected]" "" "" 0 tzip


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)