Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!thunder.mcrcim.mcgill.edu!snorkelwacker.mit.edu!mit-eddie!uw-beaver!cornell!johnhlee From: johnhlee@hermod.cs.cornell.edu (John H. Lee) Newsgroups: comp.sys.amiga.introduction Subject: Re: K Directive Message-ID: <51033@cornell.UUCP> Date: 22 Jan 91 20:47:42 GMT References: <188ecf15.ARN0e6c@brewing.cts.com> Sender: nobody@cornell.UUCP Reply-To: johnhlee@cs.cornell.edu (John H. Lee) Organization: Cornell Univ. CS Dept, Ithaca NY Lines: 21 Summary: Followup-To: In article <188ecf15.ARN0e6c@brewing.cts.com> doc@brewing.cts.com writes: > This may be a subtlety of AmigaDos 1.3 or just plain ignorance on >my part, but what is a "K Directive"? I am messing with shells that execute >other shells, and am getting this error. When it occurs, it seems to >eliminate the "Alias" commands for the shells, so I think I may have a >problem with some of those. Any help would be appreciated. If this is what I think it is, you may be trying to execute a script from inside another script. The second script in turn uses redirection with the angle-brackets ">" and "<", and you have not redefined the script's default .bra and .ket characters. Try inserting: .bra { .ket } at the very beginning of the second script. ------------------------------------------------------------------------------- Can the crew escape deadly BCPL? Next time on AmigaDos: The Next Generation. John Lee Internet: johnhlee@cs.cornell.edu The above opinions of those of the user, and not of this machine.