Share via


Target Control Service (Windows CE 5.0)

Send Feedback

You can use the Target Control service to transfer files to a target device, to access files on the development workstation from a target device, and to debug applications.

If enabled during the build process, Target Control starts by default when you download a run-time image to a target device over an Ethernet connection, a USB connection, a serial port connection, or a connection to the Emulator.

Windows CE Target Control provides the following functionality.

Functionality Description
Display the Target Control window Opens the Target Control window for entering Target Control commands.

For more information, Target Control Window.

Reset a device Resets the target device.
Run programs Selects an application to run on the target device.
View CE information Opens the following view windows:

When you enable Target Control, Platform Builder includes the shell tool, shell.exe, in the run-time image. The release directory on the development workstation includes a Shell.exe file, FSAUXIN that serves as a command interpreter. Shell.exe periodically polls the FSAUXIN file and executes any commands in it.

The development workstation writes commands to the FSAUXIN file, and the Shell.exe process on the target device executes the commands. Messages are sent to Shell.exe on the target device by adding commands to the FSAUXIN file.

Shell.exe sends the output of commands over a KITL stream named CESH.

See Also

Target Control Window

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.