EXCELLENT!!!!!!!!!!!!! Works exactly what i expected Many thanks for your reply and many many thanks for your fast response. I closed this issue in a single day.
I used the following script to tp get the value and it works fine. @echo off REGEDIT /E MyAppReg.reg "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ST6UNST #1" FOR /F "tokens=1* delims==" %%A IN ('TYPE MyappReg.reg ^| FINDSTR.EXE /I /B /R /C:"\"...
I am trying to uninstall an application using a batch script and i need to fetch the uninstaller string from reg keys, edit the uninstaller string from the regfile. My requirement is : I need to replace Original string: "UninstallString"="C:\\WINDOWS\\st6unst.exe -n \"C:\\Program...