05-05-2015, 03:58 PM
I'm sorry, I guess I brought in some confusion.
os.execute("start <cmd>") works on Windows and it doesn't wait for the <cmd> to terminate (only it allocates a new console for the <cmd> and sometimes that console stays after <cmd> finishes, I'll have to find out more details)
os.execute("<cmd> &") works and doesn't wait on Linux, at least on my RasPi.
os.execute("start <cmd>") works on Windows and it doesn't wait for the <cmd> to terminate (only it allocates a new console for the <cmd> and sometimes that console stays after <cmd> finishes, I'll have to find out more details)
os.execute("<cmd> &") works and doesn't wait on Linux, at least on my RasPi.