I am trying to run the commandline as the following to launch an emulator
instance from the saved state and send a key stroke to the emulator:
"C:\Program Files\Windows CE 5.0 Emulator\Emulator_500.exe" /VMID
{641834F7-7BD7-4A7B-B2CE-D11A2C48E93E} /hostkey E06B
According to the Host Key Options:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wcedebug5/html/wce50conemulatorhostkeyoptions.asp
for left arrow, I should use E06B as the value for /hostkey (please see the
last option in the command above). But every time it just gives me invalid
hostkey setting message. Tried different values, and got the same thing.
Google'd the message, but got nothing.
BTW, the image is Pocket PC 2003.
Thanks for any advice!