Process Management : Os : Buildin Module PYTHON TUTORIALS


PYTHON TUTORIALS » Buildin Module » Os »

 

Process Management


import os

id = os.spawnl(os.P_NOWAIT, "c:/Windows/Notepad.exe")
status = os.waitpidid, )
print status



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


PYTHON TUTORIALS

 Navioo Buildin Module
» Os