Path: utzoo!mnetor!uunet!lll-winken!lll-tis!ames!pasteur!ucbvax!LOYVAX.BITNET!MIKE From: MIKE@LOYVAX.BITNET Newsgroups: comp.os.vms Subject: Correction to RE: SYS$NET Message-ID: <8804181100.AA13733@ucbvax.Berkeley.EDU> Date: 13 Apr 88 16:50:00 GMT Sender: usenet@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 23 Oops, ok... I goofed. I replied to someone's query about what sys$net is for awhile back (like yesterday) and used the wrong syntax in an example. I gave the syntax for OPENing a file type channel to a remote node and said to use $ TYPE, which is for task operations. To use the task operation properly, you can put a commmand procedure in your default directory on a remote node like the following... $ show users/output=sys$net $ lo Then, you can use the following to call it.... $ type node"username password"::"task=filename" where filename is the name of your command procedure. One word of warning, though... Don't put your password in a file anywhere in your account and don't let anyone use it. Your system manager will get very upset. Please disregard the last note from me regarding sys$net. It's been so long I didn't know what I was saying. :-) Regards, Mike@Loyvax