Re: [PythonCE] launch external application from pythonCE

2005-01-13 Thread Ed Blake
Also you may need to specify the path to the target application as WinCE has no concept of an environment. --- Stewart Midwinter <[EMAIL PROTECTED]> wrote: > Darn, I forgot my PDA at home so I can try this out. My suggestion > would be to see if os.system() is available, and use that. If Pocket

Re: [PythonCE] launch external application from pythonCE

2005-01-13 Thread Stewart Midwinter
Darn, I forgot my PDA at home so I can try this out. My suggestion would be to see if os.system() is available, and use that. If Pocket Internet Explorer's file name is iexplore.exe, do something like the following #import sys, os sys.path.append('\\Program Files\\Python\\Lib') cmd = "iexplore.ex

[PythonCE] launch external application from pythonCE

2005-01-13 Thread Geir Egeland
Hi, How can I launch Internet Explorer from a python program ? regards, geir ___ PythonCE mailing list PythonCE@python.org http://mail.python.org/mailman/listinfo/pythonce