Closed hypersw closed 8 years ago
<Root "Name"="cmd.exe"/>
Name cannot begin with the '"' character, hexadecimal value 0x22. Line 1, position 7.
Should be:
<Root Name="cmd.exe"/>
Same with runtime value:
<Root "Name"="cmd.exe" "Running": true "PID""2828" "ExitCode""259" "UpTime"="67938" />
https://conemu.github.io/blog/2016/01/11/Build-160111.html
Confirmed, using the regular parser now.
Should be: