Running this in python will result in a WindowsError stating it cannot find the specified file
FAILS:
import subprocess
subprocess.Popen('start notepad.exe')
In a command window, it works
start notepad.exe
Im guessing its a path thing where windows can’t locate start[.exe?] Where is this located so i can add it in the path or just include it in the Popen call.
Thanks
I’m not entirely sure
startis a program. I think it might be a built-in command of the CMD shell. TryAlso, any reason why not use just: