I ran below code in batch file and at the end XML file opened in notepad++ format, now I want to search and replace the content of file and make a copy of the original file... Can you please help?
XCOPY "C:\Program Files (x86)\CAST\7.3\WARS\*.*war" "C:\Program Files\Apache Software Foundation\Tomcat 7.0\webapps"
net start "Tomcat7"
net start "CastStorageService2"
TIMEOUT /T 60
REM Open all the static content files
"C:\Program Files (x86)\Notepad++\notepad++.exe" "C:\Program Files\Apache Software Foundation\Tomcat 7.0\webapps\CAST-AAD\META-INF\context.xml"