On Tue, 23 Mar 2021 21:42:06 +0900 Takashi Yano wrote: > On Tue, 23 Mar 2021 21:32:12 +0900 > Takashi Yano wrote: > > I try to check run.exe behaviour and noticed that > > run cmd.exe > > and > > run cat.exe > > does not work with cygwin 3.0.7 and 3.2.0 (TEST) while these > > work in 3.1.7. > > In obove cases, cmd.exe and cat.exe is running in *hidden* console, > therefore nothing is shown. Right?
In what situation are psi->cb = sizeof (STARTUPINFO); psi->hStdInput = GetStdHandle (STD_INPUT_HANDLE); psi->hStdOutput = GetStdHandle (STD_OUTPUT_HANDLE); psi->hStdError = GetStdHandle (STD_ERROR_HANDLE); these handles used? -- Takashi Yano <takashi.y...@nifty.ne.jp>