"Offering free computer help, hints, and tips to the Internet populace." Now with over 3,820 tips!

DOS and Batch Files

Turning off Batch File Output

SUMMARY: Make batch files run silently under Dos or Windows.

There are two ways to turn off the output from batch files. Entering the line @ECHO OFF at the beginning of a batch file should turn off the display of commands. Some DOS commands will ignore this statement, however, and continue to display text. If so, redirect the batch file's output to a text file or 'NUL.' For example, to hide the contents of batch file RUN1ST.BAT, use this to execute the batch file.

RUN1ST.BAT > NUL

You need to experiment with this. Some commands or programs may react adversely to this output redirection, and some programs may ignore the redirection.

Return to the DOS and Batch Files page.

Print this tip


Get the Newsletter

blog comments powered by Disqus

Thanks For Sharing!



Newest Tips:

Microsoft Word 2010
W0rds w8th Numbers Pass the S0ellchecker!
Google Gmail
Automatically Archive a Conversation you Respond to
Digital Photography
[MODIFIED] Did Someone Get in the Way While Taking a Photo?
Google Chrome
View Kittens and Pandas Everywhere!

Follow Us!

About MalekTips and the Author

The MalekTips website was created in 1998 by Andrew Malek of Envision Programming. The page's goal is to freely disperse computer-related tips, hints, and informative articles. Tips are organized to be easy to find, and are presented clearly, in easy-to-understand language. MalekTips also provides information and links to public-domain, open source, freeware, shareware, and commercial software available for download. < more >