Skip navigation

How do I stop a batch file from outputting a command to the screen as the file runs the command?

A. To stop this action, enter the following command at the beginning of the batch file.

@echo off

To prevent just one command from outputting to the screen, enter @ in front of the command.

Hide comments

Comments

  • Allowed HTML tags: <em> <strong> <blockquote> <br> <p>

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
Publish