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
More information about the Python-list mailing list
Tue Dec 9 02:23:55 EST 2003
- Previous message (by thread): running non-python progs from python
- Next message (by thread): running non-python progs from python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi !
You can also do (sample) :
import os
vret = os.popen('c:\\pfiles\\lplayer.exe')
print vret
@+
--
Michel Claveau
- Previous message (by thread): running non-python progs from python
- Next message (by thread): running non-python progs from python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list