-
Reg export
I'm trying to run the following command to export a reg key on the press of a button. I've used MMF internal run option plus the big box and file extentions to run the same command.
Code:
regedit /E c:\outlook.reg “HKEY_CURRENT_USER\Software\Microsoft\WindowsNT\CurrentVersion\Windows Messaging Subsystem\Profiles”
Can someone help, I understand that to get the " to work you need to use "" in the relevent places.
I have rights to write to the c:\ drive.
-
Re: Reg export
Is there a reason the quote above uses “” as angled quotes rather than straight "? This would mess up your expression, for instance if you were writing it in MS Word.
-
Re: Reg export
Copied from notepad, that's been rectified as they show up as "|" in the expression evaluator, I've replaced them with a quote.