Syntax Displays messages, or turns command-echoing on or off. ECHO [ON | OFF] ECHO [message] Type ECHO without parameters to display the current echo setting. Examples Echo ata > com1 Depending if your modem was on com1, this would make the modem try responding and you should hear some squealing from the modem. To stop the squealing, just typ echo atz > com1. Echo echo this is a test > test.bat This would put in the file test.bat echo this is a test, then when ever you would type in test, it would type in echo this is a test. Echo testing the echo string This would type on your screen, testing the echo string, and then take you back to the prompt. |