From: CRDGW2::CRDGW2::MRGATE::"SMTP::CRVAX.SRI.COM::RELAY-INFO-VAX" 18-AUG-1990 12:06:15.88 To: MRGATE::"ARISIA::EVERHART" CC: Subj: Re: Displaying to a DECstation from a VMS machine Received: by crdgw1.ge.com (5.57/GE 1.70) id AA04483; Sat, 18 Aug 90 10:33:32 EDT Received: From UCBVAX.BERKELEY.EDU by CRVAX.SRI.COM with TCP; Sat, 18 AUG 90 07:17:19 PDT Received: by ucbvax.Berkeley.EDU (5.63/1.42) id AA10544; Sat, 18 Aug 90 07:10:27 -0700 Received: from USENET by ucbvax.Berkeley.EDU with netnews for info-vax@kl.sri.com (info-vax@kl.sri.com) (contact usenet@ucbvax.Berkeley.EDU if you have questions) Date: 18 Aug 90 13:51:59 GMT From: bacchus.pa.dec.com!shlump.nac.dec.com!cheese.enet.dec.com!kaiser@decwrl.dec.com Organization: DEC Systems Consulting Group Subject: Re: Displaying to a DECstation from a VMS machine Message-Id: <14684@shlump.nac.dec.com> Sender: info-vax-request@kl.sri.com To: info-vax@kl.sri.com In article <8132@jarthur.Claremont.EDU>, Don Hosek writes... >I've managed to figure out how to get DECwindows to run on one VMS >box and display on another VMS box and to run on an Ultrix box and >display on a VMS box. Now, what I want to do is get DECwindows >utilities running on a VMS VAXstation to display on an Ultrix >DECstation. We're running Multinet and VMS 5.3-2 and Ultrix 2.0. Here's my command procedure to do just that (VMS 5.3-2, Ultrix 4.0), which is invoked on the VMS side and starts up FileView on my DS3100. P1 is the name (or number) of the server node. Invoked interactively the procedure submits itself as a batch job, but of course it can also be submitted directly. $! PUBLIC$COM:VUE.COM $! $! Start up a VMS FileView window on another workstation -- which must $! have its security parameters set to allow this. $! $! Pete Kaiser $! January 1990 $!---------------------------------------------------------------------- $ if f$mode() .nes. "BATCH" $ then $ if p1 .eqs. "" $ then $ write sys$output "Windowed where?" $ exit %X2A $ endif $ submit /log=sys$login:vue-'p1' /parameter='p1' - public$com:vue $ else $ set display /create /node='p1' $ run sys$system:vue$master $ endif ---Pete kaiser@cheese.enet.dec.com +1 508 480 4345 (machine: +1 617 641 3450)