Path: utzoo!mnetor!uunet!husc6!mailrus!umix!umich!mibte!gamma!ulysses!thumper!faline!bellcore!clyde!watmath!watdcsu!payne From: payne@watdcsu.waterloo.edu (Doug Payne) Newsgroups: comp.os.vms Subject: Re: CAPTURING OUTPUT OF SEND/COMMAND SHOW USERS TO FILE Message-ID: <4405@watdcsu.waterloo.edu> Date: 12 Feb 88 15:08:15 GMT References: <785@umbc3.UMD.EDU> <569@naucse.UUCP> Reply-To: payne@watdcsu.waterloo.edu (Doug Payne) Organization: U. of Waterloo, Ontario Lines: 15 In article <569@naucse.UUCP> jdc@naucse.UUCP (John Campbell) writes: > > DOES ANYONE KNOW HOW I CAN CAPTURE THE REPLY FROM A > "SEND/COMMAND SHOW USERS" INTO A FILE... > Even easier than writing a program, why not just use an existing program? Try issuing the SEND command from inside TPU, via the TPU DCL command. The messages which you want will appear in the MESSAGES buffer. Note that any error messages such as _No such node nnnn defined_ will appear in the DCL buffer. Note also that such RSCS messages will contain a BELL character. However, since you're already in TPU, it's easy to edit the stuff to your heart's content. Doug