running non-python progs from python

Michel Claveau/Hamster No.Spam.mc at No.Spam.mclaveau.No.Spam.com
Tue Dec 9 02:23:55 EST 2003


Hi !

You can also do (sample) :

        import os
        vret = os.popen('c:\\pfiles\\lplayer.exe')
        print vret



@+
--
Michel Claveau








More information about the Python-list mailing list