Question: How to execute an EXE with Python?

Fausto Arinos de A. Barbuto fbarbuto at telusplanet.net
Tue Aug 27 00:05:00 EDT 2002


      
Hi everybody,

    I need to write a Python script to call and execute a DOS
    .EXE application. How do I do that? I know that there is
    os.execv(path, args) and similars, but can't get the right
    syntax. Suppose I have a C:/Progs/MyProg.EXE binary
    that I want to execute. What would then be the correct
    command?

    Thanks so much in advance,

---Fausto






More information about the Python-list mailing list