QUOTE (h7se @ Aug 3 2007, 11:57 PM)

Hi Peter
here's some bugs to fix
CODE
[HKEY_CURRENT_USER\New Key #1]
"New Value #1"=-
this means that the value to be deleted from the registry, note that dash isn't surrounded by quots
CODE
[-HKEY_CURRENT_USER\New Key #2]
same thing for this key
special chars plus # char followed by (1,2,3,4) need to be escaped
--
Great tool Thanks

I do not understand this.
An exported *.reg file only contains 'Adds', never 'Deletes'
Peter