I am executing a python program from AutoIt script using ShellExecute i also have the alternative of using Run function. But my python program returns a variable which I want to use in my AutoIit script. In using ShellExecute / Run , the return value is a PID.
How do I capture the varaible returned by the python program.
Thank You.