Lets say there is a registry setting:
HKEY_CLASSES_ROOT\subone\subtwo\subthree
This has a value name "Default" with value data "%1" %*

and I want to change it to something like
HKEY_CLASSES_ROOT\subone\subtwo\subthree
With has a value name "Default" with value data "%1" %* "test"

How would i be doing then with a normal *.reg file.
So I'm asking for the ASCII stuff inside the regfile wich would make these changes..

thanx