Buildin Module Python Tutorial

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