Launching Windows Programs
Trent Mick
trentm at ActiveState.com
Wed Feb 26 18:12:04 EST 2003
More information about the Python-list mailing list
Wed Feb 26 18:12:04 EST 2003
- Previous message (by thread): Launching Windows Programs
- Next message (by thread): python newt /console
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
[Brandon Philips wrote]
> > If need *just* to launch presentation, I'd suggest the second one. You
> > can even try to open it in Web browser.
> I need to launch AND start the presentation.
- Save your PowerPoint file (*.ppt) as a "PowerPoint Show (*.pps)".
- Then use Python to launch that .pps file:
import os
os.startfile("mypresentation.pps")
Cheers,
Trent
--
Trent Mick
TrentM at ActiveState.com
- Previous message (by thread): Launching Windows Programs
- Next message (by thread): python newt /console
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list