聆听着喜欢的旋律,努力着自己的事情、 To.小C ... process.StartInfo.RedirectStandardOutput = true; //重定向标准输出 process.StartInfo.RedirectStandardError = true;//重定向错误输出 process.StandardInput.WriteLine("ipconfig");//执行的命令 ...
基于20个网页-相关网页
它演示了如何在管道中以及在输入、输出和错误流重定向的情况下使用该工具。
It shows how to use the tool in pipelines and with redirection of input, output, and error streams.
通过使用子外壳,可以对整个块(而不是单个命令)的标准和错误输出进行集体重定向。
Using the subshell, you can collectively redirect their standard and error output for the entire block instead of for each individual command.
如果希望将错误或标准输出组合为单个文件,请使用编号重定向(请参见清单4)。
If you want to combine error and standard output into a single file, use numbered redirection (see Listing 4).
应用推荐