echo
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
Last updated on Thursday, April 08, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.