IsProgramRunning
From GECK
A function added by the SUP NVSE Plugin.
Contents
Description
Returns if specified .exe is currently running.
Syntax
(isRunning:int) IsProgramRunning Program name:string
Example
set iRunning to IsProgramRunning "steam.exe"
Will return if Steam.exe is running.