Hello,
I have a windows registry problem. I am using Windows XP SP2 and would like to to insert into the registry the following:
registry set "HKEY_CLASSES_ROOT\\jpegfile\\shell\\Resample\\command" (Default) "$argv0 \"%1\""
Unfortunately, I end up with 2 (Default) valuenames. The first is empty and the second has the correct value.
How do I use the registry set procedure to create the keynames and just one Default valuename.
Thanks
I have a windows registry problem. I am using Windows XP SP2 and would like to to insert into the registry the following:
registry set "HKEY_CLASSES_ROOT\\jpegfile\\shell\\Resample\\command" (Default) "$argv0 \"%1\""
Unfortunately, I end up with 2 (Default) valuenames. The first is empty and the second has the correct value.
How do I use the registry set procedure to create the keynames and just one Default valuename.
Thanks