home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / vms / 19227 < prev    next >
Encoding:
Text File  |  1992-12-14  |  1.9 KB  |  55 lines

  1. Newsgroups: comp.os.vms
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cs.utexas.edu!hermes.chpc.utexas.edu!michael
  3. From: michael@chpc.utexas.edu (Michael Lemke)
  4. Subject: Re: DCL program needed
  5. Message-ID: <1992Dec14.174934.3670@chpc.utexas.edu>
  6. Organization: The University of Texas System - CHPC
  7. References: <0096511D.7DB95DC0.29122@nscvax.princeton.edu>
  8. Date: Mon, 14 Dec 92 17:49:34 GMT
  9. Lines: 44
  10.  
  11. In article <0096511D.7DB95DC0.29122@nscvax.princeton.edu> dragon@NSCVAX.PRINCETON.EDU (Mighty Firebreather) writes:
  12. >
  13. >    No name <agate!spool.mu.edu!darwin.sura.net!newshost.LaTech.edu!VM.CC.LATECH.EDU!ST21519@ucbvax.Berkeley.EDU>
  14. >(and no return address!) writes:
  15. >
  16. >>
  17. >>I am looking for a program called DCL which will decompress a VMS archive I
  18. >>have received.  I FTPed the VAX_LIST.TXT and found a system which might be able
  19. >>to offer the program - SIMTEL20.ARMY.MIL - but I cannot seem to find any non
  20. >>MSDOS directories there....
  21. >>
  22. >>Can anyone lend me a hand in finding a copy of DCL, or a hand in how to get to
  23. >>the VMS software on the SIMTEL site?
  24. >>
  25. >
  26. >    DCL is distributed with the VMS operating system.  If the archive 
  27. >that you received includes mail headers at the beginning, they must be 
  28. >removed.
  29. >
  30. >    Otherwise, you simply need to say "@archive_name.sha" and wait. (If 
  31. >the extension is not "sha" substitute the acutal extension.)
  32. >
  33. >    I am assuming that you have a "VMS_SHARE" archive.  
  34.  
  35. My favorite yet somewhat dangerous way of unpacking it without removing mail
  36. headers:
  37.  
  38.     $ SPAWN/NOWAIT/NOTIFY/INPUT=shar_file  SET NOON
  39.  
  40. Gives you lots of error messages while it is processing the mail header 
  41. but as long as the mail header does not have a line starting with 
  42. $DELETE [*...]*.*;* you are kind of safe.  Use at your own risk.
  43.  
  44. >If you have 
  45. >something else, disregard this message.  
  46.  
  47. And this follow up, too.
  48.  
  49.  
  50. Michael
  51. -- 
  52. Michael Lemke
  53. Astronomy, UT Austin, Texas
  54. (michael@io.as.utexas.edu or UTSPAN::UTADNX::IO::MICHAEL [SPAN])
  55.