home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / unix / ultrix / 8478 < prev    next >
Encoding:
Text File  |  1992-11-22  |  1.3 KB  |  62 lines

  1. Newsgroups: comp.unix.ultrix
  2. Path: sparky!uunet!haven.umd.edu!decuac!pa.dec.com!datum.nyo.dec.com!nntpd.lkg.dec.com!ryn.mro4.dec.com!trcp39.dec.com!vanduy
  3. From: vanduy@trcp39.dec.com (David VanDuyvenvoorde)
  4. Subject: Re: Ultrix programs on TK50 - can it be read from aVMS machine and transferred?
  5. Message-ID: <1992Nov22.184832.2716@ryn.mro4.dec.com>
  6. Lines: 49
  7. Sender: news@ryn.mro4.dec.com (USENET News System)
  8. Reply-To: vanduy@trcp39.dec.com (David VanDuyvenvoorde)
  9. Organization: Digital Equipment of Canada Ltd.
  10. References:  <20NOV199215302003@mivax.mc.duke.edu>
  11. Date: Sun, 22 Nov 1992 18:48:32 GMT
  12.  
  13.  
  14. >> I have some Ultrix programs on a TK50 from DEC.
  15. >> Problem is only machine with a TK50 is a VMS machine.
  16. >> Can I get these from the VMS machine and the FTP the savesets?
  17. >> I triead various forms of mounting but did not succeed.
  18.  
  19. Try the following:
  20.  
  21. On VMS:
  22.     $ mount/for/block=10240/record=10240 mua0:
  23.     $ copy mua0:filename vms-filename
  24.     $ copy mua0:filename2 vms-filename2 (etc...)
  25.  
  26. On ULTRIX
  27.     % dcp -i vms::'where$logical:vms-filename' filename
  28.     % dcp -i vms::'where$logical:vms-filename2' filename2
  29.  
  30. Or you can use the appropriate TCP/IP copy command (you'll need the binary
  31. switch)
  32.  
  33. >> --Jim
  34.  
  35. --
  36. David VanDuyvenvoorde
  37. Digital Equipment of Canada Ltd.
  38.  
  39. Standard Disclaimer...
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.