Add codepage support to Util.Cmd
Basically you need to change the ProcessStartInfo.StandardOutputEncoding with the supplied codepage, or get the default from registry. Localized versions of Windows will print gibberish with basic operations like Util.Cmd("ping localhost")
1
vote
Denis Valeev
shared this idea