Hey guys,
I am currently using subprocess module to open programs and stuff like that...
What I want to know is; if in case I want to open Windows' Sound Recorder, how do I start the recording action? Like:
subprocess.call(location of the program)
-will only open the Sound Recorder, but how do I make it to start recording?
Eagerly waiting for a reply,
thanks