08-11-2013, 10:57 AM
Hi again,
i want to save to a file a program registry key, and did not find a way to do it directly from QM
I must use this to achieve it:
run "C:\windows\regedit.exe" F"/e ''{Lieu}\{_s}.reg'' HKEY_CURRENT_USER\Software\MyProgramKeys" "" "" 16|0x10400;
and i get a file named 03.08.2013 à 08.50.34.907.reg (_s is a date and time variable)
How to change the code to do the same thing inside the function without regedit.exe use?
Thanks
i want to save to a file a program registry key, and did not find a way to do it directly from QM
I must use this to achieve it:
run "C:\windows\regedit.exe" F"/e ''{Lieu}\{_s}.reg'' HKEY_CURRENT_USER\Software\MyProgramKeys" "" "" 16|0x10400;
and i get a file named 03.08.2013 à 08.50.34.907.reg (_s is a date and time variable)
How to change the code to do the same thing inside the function without regedit.exe use?
Thanks