Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!motcid!reichert From: reichert@motcid.UUCP (Chuck KD9JQ) Newsgroups: comp.sys.ibm.pc.misc Subject: More Batch File Tricks Message-ID: <4542@cocoa46.UUCP> Date: 7 Dec 90 18:57:05 GMT Distribution: comp Organization: Motorola Inc., Cellular Infrastructure Div., Arlington Heights, IL Lines: 15 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