Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • You can stop a output by using >nul
    – 09stephenb
    Commented Apr 25, 2014 at 9:53
  • rather you have echo %variable% somewhere and variable is not defined.
    – npocmaka
    Commented Apr 25, 2014 at 10:01
  • I am not actually attempting to stop a certain output. The batch file is not outputting commands and outputting everything I want except it is outputting one thing extra - the "Echo is off." line when the screen refreshes after a clear screen. How do I stop the "Echo is off" from being output?
    – AJF
    Commented Apr 30, 2014 at 9:27