is it possible to determine if a certain process is running on win32?
i want to start an .exe, but only if it’s not already running…
something like (in pseudocode):
…
startProcess(“win32.exe”) unless processIsRunning(“win32.exe”)
…
thx beforehand,
pat