Hey, Scripting Guy! If I have the PID, is there a way to kill a process using a script?-- JV
Hey, JV. You bet there is. For those of you who aren’t familiar with the acronym, PID is short for Process Identifier, a unique ID number assigned to a process when it gets created. (Well, temporarily unique: as soon as the process is destroyed...