Simple question:
What's the difference in @echo off AND echo off?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Abhay ShankerPosted Aug 20, 2014, 12:07 AM
http://technet.microsoft.com/en-in/library/bb490897.aspx
Abhay ShankerPosted Aug 21, 2014, 12:24 AM
Guest UserPosted Aug 20, 2014, 6:57 AM
I learnt that @echo off doesn't echo the echo command.
Anoop Kumar SharmaPosted Aug 20, 2014, 12:05 AM
Let's Understand with a basic example. I have created two batch file one with @echo off and one with echo off.
Example 1:
Preview:
Example:2
Preview:
Hope this Example will Help you.