本文介绍了启动shell应用程序,然后将命令传递给提示符.的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我有一个C ++应用程序,该应用程序生成了一个名为"rtireplaysh.exe"的外壳程序.
我使用shellexecute
执行rtishellsh.exe,可以使用CreateProcess
.
rtishellsh.exe除外的命令是停止,启动,暂停和恢复.
问题:
1.在Shell应用程序启动并运行后,如何将这些命令传递给提示符?
2.是否可以执行rtishellsh.exe并传递停止",开始",暂停"和恢复"?
有任何想法吗?
Hi,
I have a c++ application that spawns a shell program called, "rtireplaysh.exe".
I execute the rtishellsh.exe using shellexecute
and can use CreateProcess
.
The commands that rtishellsh.exe excepts are stop, start, pause and resume.
QUESTIONS:
1. After the shell application is up and running how can I pass these commands to the prompt?
2. Is there a way to execute rtishellsh.exe and pass "stop", "start", "pause" and "resume" ?
Any ideas?
推荐答案
这篇关于启动shell应用程序,然后将命令传递给提示符.的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!