Find and replace batch file
Posted: 11 Aug 2010 01:22
Hello every one,
I am veryu new to batch programming. I have a requirement where i need to find a string in an text file and then replace it with my value. the string is something like
<propname name="Group.duration></propname>
now i want to search this particilar string and replace it with
<propname name="Group.duration>30</propname>
please help me as I dont know how to proceed
regards,
Shekhar
I am veryu new to batch programming. I have a requirement where i need to find a string in an text file and then replace it with my value. the string is something like
<propname name="Group.duration></propname>
now i want to search this particilar string and replace it with
<propname name="Group.duration>30</propname>
please help me as I dont know how to proceed
regards,
Shekhar