Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.3 4.3bsd-beta 6/6/85; site ucbvax.BERKELEY.EDU Path: utzoo!watmath!clyde!cbosgd!ihnp4!ucbvax!info-vax From: info-vax@ucbvax.UUCP Newsgroups: mod.computers.vax Subject: Re: Need help with DEC/Shell functions Message-ID: <8601101813.AA15849@zeus> Date: Fri, 10-Jan-86 13:12:53 EST Article-I.D.: zeus.8601101813.AA15849 Posted: Fri Jan 10 13:12:53 1986 Date-Received: Sun, 12-Jan-86 00:41:00 EST References: <8601021814.AA28225@ucbvax.berkeley.edu> Sender: daemon@ucbvax.BERKELEY.EDU Organization: Tektronix, Inc., Beaverton, OR. Lines: 22 Approved: info-vax@sri-kl.arpa SHELL$TO_VMS num_files_found = shell$to_vms(shell_filespec,action_routine,wild_flag) char *shell_filespec; int wild_flag int action_routine(); SHELL$FROM_VMS num_files_found = shell$from_vms(vms_filespec,action_routine,wild_flag) char *vms_filespec; int wild_flag; int action_routine(); int shell$from_vms(); note: wild_flag 0 wildcards found in vms_filespec are not expanded 1 wildcards are expanded action_routine address of routine of routine that takes 1 argument, a null terminated string. Action routine returns an odd value, file translation continues. An even value, no further file translation.