Xref: utzoo comp.sys.ibm.pc:29643 comp.binaries.ibm.pc.d:3279 Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!ucbvax!ucsd!sdcc6!sdcc18!cs178wca From: cs178wca@sdcc18.ucsd.EDU (Don Woodward) Newsgroups: comp.sys.ibm.pc,comp.binaries.ibm.pc.d Subject: Re: How to hide 'echo off' in batch files? Message-ID: <1168@sdcc18.ucsd.EDU> Date: 2 Jun 89 06:43:38 GMT References: <9139@boulder.Colorado.EDU> Reply-To: cs178wca@sdcc18.ucsd.edu.UUCP (Don Woodward) Followup-To: comp.sys.ibm.pc Organization: University of California, San Diego Lines: 12 In article <9139@boulder.Colorado.EDU> haverlan@tramp.Colorado.EDU (HAVERLAND MARC BRADLEY) writes: > >I put the command 'echo off' at the top of most of my batch files to >hide the following commands. However, 'echo off' is still displayed. > >Does anyone know how to turn off echoing in a batch file without >showing the 'echo off?' Sure just change 'echo off' to '@echo off'. I think this only works for DOS 3.0 and above. -Don Woodward (peon)