Posted to tcl by apn at Wed Sep 17 15:41:07 GMT 2014view pretty

        set fd [open "| cmd /c echo . | $wmi_cmdline"]
        fconfigure $fd -translation binary
        set lines [read $fd]
        close $fd
        return $lines