PDA

View Full Version : Command line exporting won't work if...



StormWizrd
02-23-2000, 02:37 AM
I'm trying to export from the command line but the idiot who wrote these certain reg keys put a space in the folder name instead of an underscore. I can't get the export command to work with this key and I've tried everything I can think of.

The full line I'm trying to run is:
(all one line/no quotes)

"C:\Windows\regedit.exe /e C:\A5v3\Tester\Schemes.reg HKEY_LOCAL_MACHINE\Software\ATI Technologies\Desktop\ColorCorrection"

with the space after ATI in the key. The key below worked though so I figured the space is the problem...
(all one line/no quotes)

"C:\Windows\regedit.exe /e C:\A5v3\Tester\Schemes.reg HKEY_LOCAL_MACHINE\Software"

How can I beat this? I need to export that data. Any and all help will be appreciated!

POBrien
02-23-2000, 03:35 AM
If there is a space or more than 8 characters you need the quotes. The quotes should only be used at the beginning of Hkey and the end of the subkey.

"HKEY_LOCAL_MACHINE\Software\ATI Technologies\Desktop\ColorCorrection"


enjoy