J
Joe Caverly
Hi,
I'm looking for a Win32 Console program that will accept a filename
from the console, see if the program is running, and then return an
errorlevel indicating whether the program is running or not.
Example;
ISRUNNING netdrive.exe
If netdrive.exe is presently running in memory, then an errorlevel >
0 would be returned. If netdrive.exe was not presently running in
memory, an errorlevel of 0 would be returned.
I'm running WIN98SE.
Thanks,
Joe
I'm looking for a Win32 Console program that will accept a filename
from the console, see if the program is running, and then return an
errorlevel indicating whether the program is running or not.
Example;
ISRUNNING netdrive.exe
If netdrive.exe is presently running in memory, then an errorlevel >
0 would be returned. If netdrive.exe was not presently running in
memory, an errorlevel of 0 would be returned.
I'm running WIN98SE.
Thanks,
Joe