On a side note, the Windows Voice Dictation app is known to freeze on occasion.
It runs as a background process called "Microsoft Text Input Application", which I can kill using Task Manager but would rather do it programmatically.
Using CMD with TaskList, I can see there are two EXE's which seem to be involved - speech.exe and textinputhost.exe.
Are there any caveats with using TaskKill to close the apps from with my PowerBASIC app (shelling to CMD to get acces to it).
It runs as a background process called "Microsoft Text Input Application", which I can kill using Task Manager but would rather do it programmatically.
Using CMD with TaskList, I can see there are two EXE's which seem to be involved - speech.exe and textinputhost.exe.
Are there any caveats with using TaskKill to close the apps from with my PowerBASIC app (shelling to CMD to get acces to it).
Comment