Assuming I am entering the following command in the command prompt:
netsh.exe interface ip show config "Local Area Connection" > c:\temp\dump.txt
this command dumps the output to a text file. I want the same output to be dumped in xml format. Is it possible ?