I have a VB script who starts Diskpart using WshShell.Exec.
Commands are sent to diskpart via WshScriptExec.Stdin and the output from diskpartis read from
WshScriptExec.Stdout.
All work just fine in an English-US environment. However under a french or italian environments, the
accented characters like "é à è ..." are translated to some other characters within the EN-US
character set when the script reads the output of diskpart from stdout.
Is there a way to configure VBScript to create Unicode based streams (stdin/stdout) when creating
the process to execute?
Alternatively, is there a known workaround to this design limitation of VBScript?
Regards,
Gaetan