Hi, I am trying to write an ever so small batch file that simply runs the following command.<BR><BR>subst B: "C Documents and Settings\Bob\My Documents"<BR><BR>I want to write this as a batch (.bat) ...
Is there a way to do this? I want to look for a certain process, and if it is discovered then I want to send it to the taskkill command running in a loop to ensure it never comes back as long as I'm ...