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

John Savill

January 8, 2000

1 Min Read
ITPro Today logo in a gray background | ITPro Today

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.

About the Author

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like