Re: [PythonCE] Python CE on Windows Mobile 5

2006-12-09 Thread Bandung
Their console does indeed work on Windows Mobile 5.0 And so does the Microsoft console ver 4.2 All you have to do after installing either or both apps is to change one registry entry. HKEY_LOCAL_MACHINE\Drivers\Console\OutputTo set this value to 0 With this change, I am able to call python fr

Re: [PythonCE] Windows Mobile 5.0 Now Has a Console!

2006-12-09 Thread Bandung
What a difference a "\" makes. When calling python, it needs to have the exact path given, the relative path doesn't work. So if I enter the following.. \> python \sample.py Then it works! What this means is I can now write bat files which call various pythom modules. I can also execut

Re: [PythonCE] Windows Mobile 5.0 Now Has a Console!

2006-12-09 Thread Bandung
It is strange that I can use the Cmd console to launch other programs such as Vim.exe and hand these apps a file to open when they startup. For example, the following works when I type "vim sample.txt" at the command prompt... Pocket CDM v 4.20 \> vim sample.txt This starts up Vim with the fil