If you want to open notepad.
You can use the os module.
import os
os.system('start notepad.exe')
#Open a webpage
os.system('start iexplore.exe http://www.google.com')
snippsat
Practically a Posting Shark
808 posts since Aug 2008
Reputation Points: 353
Solved Threads: 294