[Tutor] running a .exe

Robin Buyer barca_otto at earthlink.net
Thu Dec 22 23:50:24 CET 2005


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 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/tutor/attachments/20051222/bf024efb/attachment.htm


More information about the Tutor mailing list