Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site ucbvax.ARPA Path: utzoo!watmath!clyde!burl!ulysses!mhuxr!mhuxt!houxm!ihnp4!ucbvax!info-vax From: info-vax@ucbvax.ARPA Newsgroups: fa.info-vax Subject: Re: VMS: Does a 'make' equivalent exist?? Message-ID: <6663@ucbvax.ARPA> Date: Wed, 1-May-85 18:26:50 EDT Article-I.D.: ucbvax.6663 Posted: Wed May 1 18:26:50 1985 Date-Received: Fri, 3-May-85 02:43:47 EDT Sender: daemon@ucbvax.ARPA Organization: University of California at Berkeley Lines: 19 From: Gail Rubin There is a DEC product called DEC MMS which is a VMS version of make. Look into that. To refer to the current directory, you can use []. The parent is [-]. The equivalent of ../../over/there is [-.-.over.there] in VMS. The very top directory is called [000000] (6 zeroes) though you usually don't need to reference it explicitly. From a top level directory DUA0:[SOMEUSER], [-] will reference [000000]. You never have to reference [SOMEUSER] as [000000.SOMEUSER] although they are equivalent. Relative path names in VMS are also possible. A unix file spec of child/grandchild/filename would be [.child.grandchild]filename Hope this helps! -- Gail Rubin (grubin@bbn-spca or @bbn-unix)