problem about xml-file-Collection of common programming errors
Andriy M
batch-file xml-file
I have the following XML file:<?xml version=”1.0″?><configuration><startup><supportedRuntime version=”v2.0.50727″/></startup><appSettings><add key=”Name1″ value=”Value1″/><add key=”Name2″ value=”Value2″/><add key=”Name3″ value=”Value3″/></appSettings><runtime><legacyUnhandledExceptionPolicy enabled=”true”/></runtime></configuration>I need to replace “Value2” to “ServerName” using Windows Batch file programming. C
Web site is in building