Hi,

I am using the proc execProgram in order to execute simple windows commands 
like ipconfig, netstat etc.

However, I stucked with encoding outputs I get from the proc ExecProgram().

For example the line execProgram("ipconfig /all") would return a string without 
any indentation and unprintable characters.

Do you know what to do in order to solve the problem ?

I attempted things like:
    

  * proc convert to utf-8
  * using police consolas
  * change default encoding in terminal before execution with chcp



none of them gave any result.

Reply via email to