Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/5/84; site t4test.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!genrad!decvax!decwrl!sun!idi!t4test!lew From: lew@t4test.UUCP (Lew Mullen) Newsgroups: net.eunice Subject: Re: preventing case translation Message-ID: <1359@t4test.UUCP> Date: Mon, 4-Mar-85 22:29:13 EST Article-I.D.: t4test.1359 Posted: Mon Mar 4 22:29:13 1985 Date-Received: Thu, 7-Mar-85 04:11:33 EST References: <436@nbs-amrf.UUCP> Organization: Intel Peripheral Comp Mfg, Santa Clara Lines: 17 Summary: case translation > 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? > > $ echo :== $unix:[usr.bin]echo echo ! the 2nd echo is for execl argv[0] Try: $ echo ^Foo (same as $ ECHO ^FOO ! of course) This is similar to what you have to do if you login to a real Unix system using an upper-case only terminal. -- t4test!lew ( Lew Mullen @ Intel/Santa Clara )