尝试在 Windows shell 中运行程序并向程序发送更多输入并跟踪输出。当前,当运行程序并发送更多输入时,它会在期望输入的程序中停止,然后脚本在程序退出后发送输入。
cd \Users\user\Desktop\program
@echo "To start program, type "program -a [ipaddress] -r [port number] (EG: program -a xx.xx.xx.xx -r 99)"
program -a xx.xx.xx.xx
show devs
在程序退出之前,“show devs”命令不会出现。我将如何正确调用它以在程序实例中调用“show devs”?