Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!usc!snorkelwacker.mit.edu!bloom-beacon!eru!hagbard!sunic!nuug!sigyn.idt.unit.no!ugle.unit.no!lise.unit.no!rmich From: rmich@Lise.Unit.NO (Rolf Michelsen) Newsgroups: comp.sys.ibm.pc.misc Subject: Re: ECHOing > < | & in command.com Keywords: echo, command.com Message-ID: <1990Nov30.100855.10946@ugle.unit.no> Date: 30 Nov 90 10:08:55 GMT References: <4354@dnlunx.pttrnl.nl> Sender: news@ugle.unit.no Distribution: comp.sys.ibm.pc.misc Organization: Norwegian Institute of Technology Lines: 3 Henk Fictorie (henk@dnlunx) asks how to echo the special characters < > & | from a batch file. I haven't tested this, but the standard way of passing special characters as parameters is to enclose the entire parameter in double quotes. You could try something like this: ECHO "this is a test"