Running a program in the background

Muhammad Saqib Masood mohammad_saaqib at yahoo.com
Thu Apr 1 04:51:47 EST 2004


How can i write a program the goes to the background after a certian
condition occure. this program should run both on Windows and Linux.

For example:

---------------------
if GoToBackground:
        gotoBG()
else:
        stayonFG()
---------------------
here tell me that what should i write in the body of gotoBG()
function.



More information about the Python-list mailing list