I am trying to create a batch file that can read into an XML document searching for <setting name="BaseDirectory" serializeAs="String"> and replacing the associated value with the arguments received from the user. Example:
<setting name="BaseDirectory" serializeAs="String">
<value>\\server\folder\subfolder</value>
becomes
<setting name="BaseDirectory" serializeAs="String">
<value>\\server\folder\NEWsubfolder</value>
as per the input from the user before the script starts. Is this possible or am I dreaming outside the realm of reason once again? Thanks for the input and the help!

New Topic/Question
Reply




MultiQuote





|