Hi all,
How i can know if one program called UNI.EXE it in execution?
Thanks in advance.
Hi all,
How i can know if one program called UNI.EXE it in execution?
Thanks in advance.
if GetModuleHandle( "UNI.EXE" ) != 0
MsgInfo( "UNI.EXE is running" )
endifThanks Antonio.