Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!decvax!wivax!linus!allegra!eagle!mhuxt!mhuxi!mhuxa!houxm!hogpc!houti!ariel!vax135!cornell!uw-beaver!tektronix!tekmdp!bronze!douglasm From: douglasm@bronze.UUCP Newsgroups: net.eunice Subject: Foreign command from Eunice Message-ID: <587@bronze.UUCP> Date: Fri, 27-May-83 14:10:05 EDT Article-I.D.: bronze.587 Posted: Fri May 27 14:10:05 1983 Date-Received: Sun, 29-May-83 07:34:17 EDT Lines: 24 Relay-Version:version B 2.10 5/3/83; site mhuxt.UUCP Message-ID:<587@bronze.UUCP> Date:Fri, 27-May-83 14:10:05 EDT Can anyone give me an idea as to how to invoke a foreign command from Eunice? The way that I understand it is that I need to place an entry in my LOGIN.COM file that sez: PROCESS :== $SYS$[blahblah]PROCESS.EXE I want to do this so that I can pass parameters to the process when I invoke it. In fact I can utter: $ process -v when in DCL and the image gets executed properly and has access to the flag -v. The problem is when I move to cshell in Eunice and utter: % 1 vms process -v I get an error from the DCL that sez PROCESS is an unrecognized command. In fact no local or global symbols from my LOGIN.COM file are passed thru. Any ideas?