10-14-2008, 05:14 PM
Here is how a macro can tell Windows to run another macro when Windows starts next time:
Macro
In macro x insert this at the beginning:
Macro
Macro
;set registry value that tells Windows to run QM and macro "macro x" when Windows starts
rset "qmcl.exe M ''Macro x''" "QM - macro x" "Software\Microsoft\Windows\CurrentVersion\Run"
In macro x insert this at the beginning:
Macro