> I wanted to find out whether os.system() calls block other threads. > It seems that they don't. (That's a good thing, it means it should > work for you!) Here is a program to test this: For threads that run longer than a few seconds, you can visibly verify this with Sysinterals Process Explorer. Super useful tool. Alan