Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!uwm.edu!spool.mu.edu!munnari.oz.au!yoyo.aarnet.edu.au!sirius.ucs.adelaide.edu.au!jpotter From: jpotter@ucs.adelaide.edu.au (Jonathan Potter) Newsgroups: comp.sys.amiga.programmer Subject: Re: No K Directive Message-ID: <2686@sirius.ucs.adelaide.edu.au> Date: 27 Mar 91 06:48:10 GMT References: Organization: Information Technology Division, The University of Adelaide, AUSTRALIA Lines: 12 It is, as far as I know, caused by the usage of < and > in a batch file for redirection purposes. Unless you change it, the Execute command uses < and > within batch files as bracket characters. Try adding these two lines to the top of the batch file : .bra { .ket } This will change the bracket characters to { and }, and allow you to use < and > for redirection. Jon