Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!uunet!tronsbox!bleys From: bleys@tronsbox.xei.com (Bill Cavanaugh) Newsgroups: comp.sys.amiga.tech Subject: Re: EXECUTE errors Message-ID: <2696de09-75c.4comp.sys.amiga.tech-1@tronsbox.xei.com> Date: 8 Jul 90 08:00:10 GMT References: <253@cbmger.UUCP> Lines: 18 Hmm.. here we go... The K Directive message occurs when you have redirection inside a script file. The execute command uses "<" and ">" to identify .key arguments in the file, and if you've got something like "type 'hello' >ram:", it thinks the ">" is part of a .key, and bombs. If you put .bra { .ket } at the beginning of the script, it will use { instead of < and } instead of >, and the script will work fine. Just remember that if you ARE using a .key, you have to change the brackets around those arguments in the file, too. /******************************************************************** * All of the above copyright by the below. * * Bill Cavanaugh uunet!tronsbox!bleys * * "You can only be young once, but you can be immature forever." * * Larry Anderson * ********************************************************************/