pralash
14th September 2017, 08:40
Hi,

I'm new to LN Programming.... I need to kill a particular application from the Task manager list in order to perform the customization in LN. Hence could you please help me that how to kill a running application from the task manager via LN Programming...

Thanks in advance...
Pralash

bhushanchanda
14th September 2017, 15:17
You can create and place a bat file with Taskkill (https://technet.microsoft.com/en-in/library/bb491009.aspx)command and a couple of parameters like Process ID or Image Name depending on how you are going to kill it on your server.

Then, just execute this bat file using run.prog() inbuilt function. This should work just fine.

pralash
15th September 2017, 18:23
Thank a lot for your information...

Regards,
Pralash