LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to kill application Process by programmatically?

Hi all,

I wanted to kill TSAUTO~1.EXE by Programmatically. Is it possible with Laview?

If any body know, could you please leave a message.

Thanks

Sashi
0 Kudos
Message 1 of 4
(3,346 Views)
Yes, it is possible.

First you need to get Process Id (with TList.exe, for example, and then call kill with this ID. that's all)
In attachment you can found these utilities and VI for killing explorer. Just change iexplore.exe with other name.
0 Kudos
Message 2 of 4
(3,346 Views)
Dear Mr. Drnitriev,

Thank you very much. You program is working properly.

Regards,
Sashi
0 Kudos
Message 3 of 4
(3,346 Views)
Dear Mr.Drnitriev,

I tried the software which you gave but I am always getting below error

Error 2 occurred at System Exec.vi. Command was "kill 508 //f"

Possible reason(s):

LabVIEW: Memory is full.
---
NI-488: Write detected no Listeners.

Could you please tell me why I am getting that error.

Regards,
Sashi
0 Kudos
Message 4 of 4
(3,346 Views)