EchoDbg console utility for NT3.51/NT4/NT4-TS/w2k/XP/2k3/2k3-r2/Vista and WinPE/BartPE/MobileOS
DbgPrint logger home
EchoDbg manual
Command line reference
Command line switches for EchoDbg:
Usage:
EchoDbg [<switches>] [<mesage to print>]
Switches:
-i copy StdIn to DbgConsole
-o write message to both StdOut and DbgConsole
-?,-h display this help
Examples
Example 1
Send message to Debug Console:
EchoDbg "Start test 1"
echo Hello! | EchoDbg -i
Example 2
Send message to Debug Console and copy it to console (stdout):
EchoDbg -o "Start test 1"
Example 3
Send text file to Debug Console:
type Message.txt | EchoDbg -i
cat Message.txt | EchoDbg -i
Please, send your comments and propositions here:
Mail to alterX@alter.org.ua (remove X)
|