2012年8月23日 星期四

python non-blocking system call

import thread
thread.start_new_thread(os.system,('cmd',))



 
Reference :
In python, how can I do a non-blocking system call? - Stack Overflow

沒有留言:

張貼留言