home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / next / programm / 5209 < prev    next >
Encoding:
Text File  |  1992-07-23  |  1.4 KB  |  44 lines

  1. Newsgroups: comp.sys.next.programmer
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!menudo.uh.edu!usenet
  3. From: Feng Qiu
  4. Subject: Re: Windows across the net
  5. Message-ID: <1992Jul24.002432.22193@menudo.uh.edu>
  6. Sender: usenet@menudo.uh.edu (USENET News System)
  7. Nntp-Posting-Host: birch.egr.uh.edu
  8. Reply-To: qiu@tree.egr.uh.edu
  9. Organization: University of Houston
  10. References: <1992Jul16.021354.25616@nmsu.edu>
  11. Date: Fri, 24 Jul 1992 00:24:32 GMT
  12. Lines: 30
  13.  
  14. In article <1992Jul16.021354.25616@nmsu.edu> rscott@spock.NMSU.Edu (Joseph  
  15. Good) writes:
  16. > Is it possible to log-onto one machine (FRED), then rlogin to (JUDY)  
  17. from  
  18. > there, execute a program that calls up windows and have them pop up onto  
  19. JUDY's  
  20. > screen?  All done from FRED?
  21. > Joseph Good
  22. > rscott@nmsu.edu (NeXT mail welcome!!)
  23. > atlantis@acca.nmsu.edu  (Just plain ol' Unix)
  24.  
  25. Yes, you can dot it, if
  26. 1. some user has logged into (JUDY),
  27. 2. this user's window server has been set up as public window server
  28.    (to do so that user needs to go into 'preference' to do it)
  29. 3. when running the application on (JUDY) type in following in shell
  30.    to lunch the application:
  31.   shell>theApplication -NXHost (JUDY)
  32.  
  33. Also you can rlogin to (JUDY) and show the window in your local
  34. machine(FRED) if you setup your self as public window server and type in
  35. following to lunch thApplication
  36.  shell>theApplication -NXHost (FRED)
  37.  
  38. Feng
  39. tree.egr.uh.edu
  40.