is there a way to call a program from python without waiting for it to return? i created a script which copies a program to a directory and runs that program. but when i cal
I posted a solution how to detach a process in a previous question.