[comp.sys.ibm.pc.misc] More Batch File Tricks

reichert@motcid.UUCP (Chuck KD9JQ) (12/08/90)

   
I use the following echo commands in my batch files (DOS);

	@echo off

	@echo.   "period after @echo suppress's line..looks blank"

	@echo     No period after @echo will display this line!


	The @echo. and @echo commands will not show up, just the blank line
	or statement.

	Hope this helps someone!   Chuck KD9JQ