Windows CLI Integration in Adobe AIR 2.0 using NativeProcess for executable which opens own shell and blocks
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
精彩评论