Re: [PythonCE] Can I execute external programs from PythonCe?

2008-09-06 Thread Adam Walley
Hello, Just thought I'd put my two cents in... Igor, have you tried the os.startfile('\mypath\pyprog.exe', 'myAction') command? Where action is normally 'open', but could be 'print' or some other option. It does not give you a reply from the external program, but launches it as if you had clicke

Re: [PythonCE] Can I execute external programs from PythonCe?

2008-09-06 Thread Alexandre Delattre
Hi, Recently I've adapted the module osce.py to use ctypes instead of win32* modules. Currently there is no os.system function but a systema function that can be used this way: systema('\\full\\path\\to\\program.exe', ['arg