how to call a program from python without waiting for it to return

后端 未结 3 1438
一整个雨季
一整个雨季 2020-12-14 16:36

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

3条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-14 17:09

    I posted a solution how to detach a process in a previous question.

提交回复
热议问题