in reply to Re^2: real time open(HANDLE,"cmd |");
in thread real time open(HANDLE,"cmd |");
A windows console handle (CONIN$, CONOUT$) is not a pipe handle, it is a character device file handle (TTY handle) to the console input buffer or a console output buffer.