[Tutor] simple question...

Francois Granger fgranger@altern.org
Sat, 21 Sep 2002 01:31:00 +0200


At 17:57 -0500 20/09/02, in message [Tutor] simple question..., Steve 
Lewis wrote:
>hello,
>
>i am just learning and doing simple scripts to open Windows apps.
>
>snip
>
>os.system('start C:\Program Files\NoteTab Light\NoteTab.exe')

Try this:

os.system('start "C:\Program Files\NoteTab Light\NoteTab.exe"')