Check to see if the program exists and handle errors. osCommandString = "notepad.exe stats.txt" os.system(osCommandString)
Check to see if the program exists and handle errors.
osCommandString = "notepad.exe stats.txt"
os.system(osCommandString)