开发者

Windows CLI Integration in Adobe AIR 2.0 using NativeProcess for executable which opens own shell and blocks

开发者 https://www.devze.com 2023-01-26 05:48 出处:网络
How can I use the NativeProcess API in Adobe AIR 2.0 to do CLI in Windows like passing the following commands to cmd.exe

How can I use the NativeProcess API in Adobe AIR 2.0 to do CLI in Windows like passing the following commands to cmd.exe

cd C:\FestivalTTS
echo "Hello world" | festival --tts

The pro开发者_JAVA百科blem is unlike grep or any unlike similar command, Festival opens its own shell and blocks cmd.exe prompt

0

精彩评论

暂无评论...
验证码 换一张
取 消