Hi Everyone,
Here the command change the xml value
current Value :<LogSystem>3</LogSystem>
Change value <LogSystem>1</LogSystem>
There are changes perfectly no issue .. I need to change all projects for this Path **D:\Website**
Any possible command to do that
powershell -Command "(gc D:\Website\AEPS\API\bin\DHLogConnection_Copy.xml) -replace '<LogSystem>3</LogSystem>','<LogSystem>1</LogSystem>'| Out-File -encoding ASCII D:\Website\AEPS\API\bin\DHLogConnection_Copy.xml"