looking for a console..

I3S_Developer

New member
Apr 19, 2012
3
0
0
Download and install "Windows Mobile Developer Power Toys" from microsoft website.......install it on PC

After installation, open the location "C:\Program Files\Windows Mobile Developer Power Toys\PPC_Command_Shell\arm"

you will find three files there

1) cmd.exe
2) console.dll
3) shell.exe

copy "Console.dll" in \windows folder in your device....also copy "cmd.exe" and "shell.exe" on your device to any location e.g on SD card

after all this, simply launch cmd on device by launching CMD.exe.

Enjoy
 

eadmaster

Member
Dec 4, 2009
28
1
0
eadmaster.tk
I was quite unsatisfied with the Microsoft Powertoy console, so i ended up writing my own shell in python.
It is based on the Tkinter-based console by Ka-Ping Yee.
I've added tab-completion and the most common builtin commands:
Code:
cat ,cd,copy,cp ,delete,deltree,dir, env,head,help,ls,md,move,mv,pwd,rd,ren,rm,start,stat,tail,touch,type,exit
Still missing: wildcard expansions, redirections, pipes, common unix tools (grep, etc.).
Requirements: PythonCE + Tk libraries

Download here on my website

NOTE: It was not tested deeply, so expect many bugs!
If you make some improvements just post in this thread.
 
Last edited: