Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10 beta 3/9/83; site nbs-amrf.UUCP Path: utzoo!watmath!clyde!bonnie!akgua!mcnc!decvax!genrad!panda!talcott!harvard!seismo!umcp-cs!nbs-amrf!libes From: libes@nbs-amrf.UUCP (Don Libes) Newsgroups: net.eunice Subject: preventing case translation Message-ID: <436@nbs-amrf.UUCP> Date: Sat, 23-Feb-85 22:24:53 EST Article-I.D.: nbs-amrf.436 Posted: Sat Feb 23 22:24:53 1985 Date-Received: Wed, 27-Feb-85 06:10:40 EST Organization: National Bureau of Standards Lines: 24 I would like to be able to call Eunice programs from DCL. The problem is that I want the arguments untouched. I get them all lowercased. Even when I quote them, they are lowercased. Does any one know how to prevent this? E.g. $ echo :== $unix:[usr.bin]echo echo ! the 2nd echo is for execl argv[0] $ echo Foo foo $ echo "Foo" "foo" Apparently the quotes don't do a damn thing, because if I say $ echo "Foo Bar" what the program sees is: argv[1] = "foo argv[2] = bar" I can handle the screwy tokenizing and unstripped quotes, but the lowercasing is really fouling me up. Suggestions? Don Libes seismo!nbs-amrf!libes