home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / os / vms / 17577 < prev    next >
Encoding:
Text File  |  1992-11-07  |  1.6 KB  |  46 lines

  1. Newsgroups: comp.os.vms
  2. Path: sparky!uunet!gumby!destroyer!news.iastate.edu!isuvax.iastate.edu!GVROD
  3. From: gvrod@isuvax.iastate.edu (R Eldridge, VMS FOREVER)
  4. Subject: Re: Installing software
  5. Message-ID: <BxAvIE.KqC@news.iastate.edu>
  6. Sender: news@news.iastate.edu (USENET News System)
  7. Reply-To: gvrod@isuvax.iastate.edu
  8. Organization: Iowa State University, Ames, Iowa
  9. References: <6204@tuegate.tue.nl>
  10. Date: Fri, 6 Nov 1992 15:10:59 GMT
  11. Lines: 33
  12.  
  13. frankp@blade.stack.urc.tue.nl (Frank van de Pol) writes:
  14. >Hello, 
  15. >is there anybody that could help me with the following problem:
  16. >
  17. >I want to 'install' some utilities that have to get their parameters from
  18.             ^^^^^^^
  19. >the commandline. For example 'ZIP -E TEST.ZIP FILE1.TXT FILE2.TXT'. If I 
  20. >try to run this using 'RUN ZIP -E etc.', I get some error from DCL that tells
  21. >me that I give too many parameters. 
  22. >
  23. >Running the install program, and giving a 
  24.              ^^^^^^^
  25. >'Create/open/shared sys$sharedprogs:zip.exe' command to register the zip.exe
  26. >program to system doesn't cure the problem.
  27. >
  28. >[...]
  29. >
  30.  
  31. wanting to 'install' a utility has a completely different meaning than
  32. using the VMS INSTALL utility. what you really want is to create what
  33. VMS calls a foreign command. do this either in your own LOGIN.COM file
  34. or the system-wide SYLOGIN.COM file.
  35.  
  36.     $ ZIP :== $disk:[directory]ZIP
  37.  
  38. replace disk:[directory] with the actual disk and directory or use a
  39. logical name such as SYS$SHAREDPROGS. then after login, you can say:
  40.  
  41.     ZIP -E etc.
  42. ___
  43. rod eldridge
  44. vms systems support      | gvrod@isuvax.iastate.edu
  45. iowa state university    | gvrod@isuvax.bitnet
  46.