echo (Device Management Client) (Windows CE 5.0)
This command outputs text to the client's debugging console.
echo [text]
Parameters
- text
Text to output to the console.
Remarks
The following code example outputs the string Hello World to the console:
echo "Hello World"
See Also
Send Feedback on this topic to the authors