Mega Code Archive

 
Categories / Python Tutorial / Buildin Module
 

Run application from host

import os os.execl( "c:/Windows/Notepad.exe", "c:/userlog.txt") print "Running notepad"