I tried using the Process class as always but that didn\'t work. All I am doing is trying to run a Python file like someone double clicked it.
Is it possible?
You forgot proc.Start() at the end. The code you have should work if you call Start().