How do you run a .exe from inside a python
program.
random example:
print "What would you like to do today?
"
print "E - email" print "I - internet" what = input("Choose: ") if what == "E": Heres where i
would need to run IEXPLORE.exe
|
_______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor