Skip to content
⌘ NSIS Forum Archive

Is a programm running in memory ?

4 posts

clary#

Is a programm running in memory ?

Hi all,

I'd like to test in my NSIS code, if a programm is running or not in memory.
I can see my programm running in the tasks window when I do CTRL-ALT-SUP on my computer.
Is it possible to detect if a programm such "Sunftp.exe" is runing on my computer ?

Thanks a lot for your answers.
Yathosho#
the FindWindow command is what you are looking for, there are several threads about it in the forum and in the archive. hope this helps.