Re: Pocket PC-Startup script

"Edward Fewell" <[email protected]>
Newsgroups gmane.comp.python.windows-ce
Message-ID <[email protected]>
Update.

For PythonCE 2.2+ you should be able to create startup scripts.

Look for the various pieces here:

PythonCE 2.2+ for Pocket PC ARM
http://www.murkworks.com/Research/Python/PocketPCPython/Overview

win32process.pyd for PythonCE 2.2a ARM
(There are also binaries for PythonCE 2.2+ MIPs at this site)
http://pages.ccapcable.com/lac/PythonCE.html
http://pages.ccapcable.com/lac/files-a/

osce.py (encoded in the text message)
http://mail.python.org/pipermail/pythonce/2002-October/000246.html

When you import osce you'll have access to a system() method that appears to
function.  Or, if you prefer more direct control, you can import
win32process yourself and call CreateProcess() directly.  Just make sure you
always use fully qualified path names; getcwd doesn't exist under PythonCE
(the problem appears to be that WinCE doesn't really have a current working
directory).  

I still haven't found a copy of win32process.pyd that works with version
2.3.4.  I'd still love to have that because there doesn't seem to be a
Tkinter port for PythonCE 2.2.  So at the moment, I have both installed.
Perhaps Isr will be able to provide link or copy of the win32process.pyd for
2.3.4.

Edward Fewell
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.