Search found 4 matches

by Murali
30 Dec 2008 08:40
Forum: DOS Batch Forum
Topic: How to find a replace a string using batch script
Replies: 5
Views: 10294

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.


Thanks,
Murali.
by Murali
30 Dec 2008 06:31
Forum: DOS Batch Forum
Topic: How to find a replace a string using batch script
Replies: 5
Views: 10294

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:"\"...
by Murali
30 Dec 2008 01:24
Forum: DOS Batch Forum
Topic: How to find a replace a string using batch script
Replies: 5
Views: 10294

Also i need to store the string C:\\WINDOWS\\st6unst.exe -n "C:\\Program Files\\Myapp\\ST6UNST.LOG" in a variable

Thanks.
by Murali
30 Dec 2008 01:22
Forum: DOS Batch Forum
Topic: How to find a replace a string using batch script
Replies: 5
Views: 10294

How to find a replace a string using batch script

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...