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!ihnp4!ucbvax!info-vax From: info-vax@ucbvax.ARPA Newsgroups: fa.info-vax Subject: Re: VMS: Does a 'make' equivalent exist?? Message-ID: <6682@ucbvax.ARPA> Date: Wed, 1-May-85 23:38:49 EDT Article-I.D.: ucbvax.6682 Posted: Wed May 1 23:38:49 1985 Date-Received: Fri, 3-May-85 02:46:59 EDT Sender: daemon@ucbvax.ARPA Organization: University of California at Berkeley Lines: 17 From: Ghenis.pasa@Xerox.ARPA 1) A crude way to transfer files from PCs to your VAX (ie no error checking) is to type $CREATE MYFILE on the VAX, then send MYFILE from your PC using your communications program. A better way is to use compatible communications programs on both ends so you will get the benefit of an error checking protocol (ask your system manager what is available on your system) 2)The parent directory of the current directory is [-]. All subdirectories (and subsubdirectories, etc.) of the current one can be referred to as [...]. You can thus use [-...] to get all subdirectories of the current directory's parent.