我有一个程序 x.exe 它等待用户输入并读取到文件末尾。我想从批处理文件中调用它。
x.exe My Text Goes Here and goes and goes and goes and how to say it ends?
当我运行它时,似乎 x.exe 正在运行,它已经消耗了我给它的字符串,但它仍然等待更多输入。如何在批处理文件中指定 EOF 字符?
当我从控制台运行它时,我按 Ctrl+Z 来指定 eof。我如何对 bat 文件执行相同操作?谢谢。
我有一个程序 x.exe 它等待用户输入并读取到文件末尾。我想从批处理文件中调用它。
x.exe My Text Goes Here and goes and goes and goes and how to say it ends?
当我运行它时,似乎 x.exe 正在运行,它已经消耗了我给它的字符串,但它仍然等待更多输入。如何在批处理文件中指定 EOF 字符?
当我从控制台运行它时,我按 Ctrl+Z 来指定 eof。我如何对 bat 文件执行相同操作?谢谢。