Sep 7, 2013
For example there is:
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftABCEFG]
"HIJ"=hex(7):25,00,77,00,69,00,6E,00,64,00,69,00,72,00,
25,00,5C,00,73,00,79,00,73,00,74,00,65,00,6D,00,33 ,00,32,00,5C,00,77,00,
62,00,65,00,6D,00,5C,00,63,00,69,00,6D,00,77,00,69 ,00,6E,00,33,00,32,00,
2E,00,6D,00,6F,00,66,00,00,00,00,00
And I want append (without overwritting) there more data (green below) and remove some data (red above) to have:
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftABCEFG]
"HIJ"=hex(7):25,00,77,00,69,00,6E,00,64,00,69,00,72,00,
25,00,5C,00,73,00,79,00,73,00,74,00,65,00,6D,00,33 ,00,32,00,5C,00,77,00,
62,00,65,00,6D,00,5C,00,63,00,69,00,6D,00,77,00,69 ,00,6E,00,33,00,32,00,
2E,00,6D,00,6F,00,66,00,00,00,25,00,77,00,69,00,6E,00,64,00,69,00,72,00,
25,00,5C,00,73,00,79,00,73,00,74,00,65,00,6D,00,33 ,00,32,00,5C,00,77,00,
62,00,65,00,6D,00,5C,00,6E,00,63,00,70,00,72,00,6F ,00,76,00,2E,00,6D,00,
6F,00,66,00,00,00,00,00
Is it possible by some batch, script, command line...? (Please note, that two 0 values in red has to be deleted from the original string 1st.)
View 8 Replies
View Related