If you ever need to use command prompt on Windows Mobile to run a script or command here's how to do it:

  • Download and install the Windows Mobile Developer Power Toys
  • On your PC navigate to C:\Program Files\Windows Mobile Developer Power Toys\PPC_Command_Shell\arm
  • Copy console.dll to the device's Windows folder.
  • Copy cmd.exe and shell.exe to anywhere on the device e.g. \My Documents.
  • Edit the following registry key value on the device to be 0 : HKEY_LOCAL_MACHINE\Drivers\Console\OutputTo
  • From the device's File Explorer, just run cmd.exe and the command prompt should start up.

--

 

& Alternatively, take a peek at this post.