Launching Windows Programs
News M Claveau /Hamster-P
essai1 at mci.local
Wed Feb 26 04:32:23 EST 2003
More information about the Python-list mailing list
Wed Feb 26 04:32:23 EST 2003
- Previous message (by thread): Launching Windows Programs
- Next message (by thread): Launching Windows Programs
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi !
Mini script, Ok on W2K & W-XP :
import os
stx="C:\\present.pps" #Name of file's power-point presentation
os.system(stx)
@+
Michel Claveau
- Previous message (by thread): Launching Windows Programs
- Next message (by thread): Launching Windows Programs
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list