Path: utzoo!mnetor!uunet!lll-winken!lll-tis!ames!pasteur!ucbvax!MITBATES.BITNET!CARTER From: CARTER@MITBATES.BITNET Newsgroups: comp.os.vms Subject: Re: VMS global symbols Message-ID: <8804180137.AA03573@ucbvax.Berkeley.EDU> Date: 12 Apr 88 15:06:00 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 15 I believe the programs in question are using LIB$GET_FOREIGN to get the command line. If this is the case, you need to do the following: $ PRG :== $disk:[dir]PROGRAM $ PRG P1 P2 P3 You need to replace "disk" and "dir" with the appropriate disk name and directory specification for your executable. If you just type $ PRG :== $PROGRAM VMS assumes that the program sits in SYS$SYSTEM:. Tony Carter MIT Bates Linac CARTER@MITBATES.BITNET