| 1 | = Windows Mobile Pocket Console = |
| 2 | |
| 3 | The Pocket Console is a Windows NT-like console for the Pocket PC. |
| 4 | |
| 5 | Homepage: [http://www.symbolictools.de/public/pocketconsole/index.htm PocketCMD] at SymbolicTools |
| 6 | |
| 7 | == Installation == |
| 8 | |
| 9 | 1. Download and install [http://www.symbolictools.de/public/pocketconsole/download.htm pocketconsole_arm_setup.exe] - the console device driver |
| 10 | * Use file for ARM: '''pocketconsole_arm_setup.exe''' |
| 11 | |
| 12 | 2. Download and install [http://www.symbolictools.de/public/pocketconsole/applications/PocketCMD/index.htm PocketCMD] application |
| 13 | * Use file for ARM: pocketcmd_arm_setup.exe |
| 14 | |
| 15 | 3. Configure the device to redirect ''stdio'' to the Pocket Console driver (this step is required on Windows Mobile 5.0+) |
| 16 | |
| 17 | * Run START -> Programs -> Microsoft Visual Studio 2005 -> Visual Studio Remote Tools -> Remote Registry Editor |
| 18 | * Find this registry key: |
| 19 | {{{ |
| 20 | HKEY_LOCAL_MACHINE\Drivers\Console |
| 21 | }}} |
| 22 | * Change value of '''OutputTo''' to value '''0''' (Zero) |
| 23 | * Exit the Remote Registry Editor |
| 24 | 4. Go to '''\Windows''' directory and find '''PocketCMD''' program with MS-DOS-like icon and launch it. In a second, you should see black console window. |