Hi, I want to terminate a process from a shell file (file.sh). a All I have is the name of the process. How do I do it? tx
dududuil wrote: > I want to terminate a process from a shell file (file.sh). > a > All I have is the name of the process. > How do I do it? I take it you are using a Unix-based OS, or perhaps Cygwin. This newsgroup is about the Windows shell, which is totally unrelated to Unix shells. However, you might want to take a look at the "killall" command. -- Jim Barry, Microsoft MVP