yukichigai
Diamond Member
I need to do something fairly basic: write a program that will check all the running processes for two executable names, and only will run another program if it can't find either of them. (We're having problems with people opening up multiple copies of a certain program, which isn't good for the program) Now this wouldn't be hard at all if I was doing it under Linux, but I need this to run on Win2k. I'm not sure what the syntax is to output a list of processes and check them in a Windows environment.
Also, bonus points if someone can figure out how to do this in a batch file, rather than requiring me to write and compile an actual program. It's not that important, but it'd be nice.
Also, bonus points if someone can figure out how to do this in a batch file, rather than requiring me to write and compile an actual program. It's not that important, but it'd be nice.