WindowsCE - os.system

Jeff Bauer jbauer at rubic.com
Mon Sep 4 23:56:09 EDT 2000


Steven Adams wrote:
> has anyone written an os module for WindowsCE that has os.system?

Steven,

I've used ShellExecuteEx to launch a process from WinCE, e.g.

  import win32sh
  win32sh.ShellExecuteEx(0,0,"","\\Windows\\calc.exe","","\\Windows",1)
 
> oh, what was the address of the pythonce mailing list

 http://www.egroups.com/group/python-ce/

The list hasn't had much traffic lately (masterful understatement),
but Microsoft's CE SDK is quite frustrating, so most people aren't
spending much time with it.

Jeff Bauer
Rubicon Research




More information about the Python-list mailing list