Hello all
I want to make a script to close a program . I tried with close window but it just minimized it.
I can't find an option like close process .If someone knows how can I do that please help me .
Thanks in advance.
Hello all
I want to make a script to close a program . I tried with close window but it just minimized it.
I can't find an option like close process .If someone knows how can I do that please help me .
Thanks in advance.
Well, if you have the latest release available (v3.1) there is a special action named "Terminate Process" or sth. Notice that in order to get this release, you will have to send an email requesting it from the support department since officially it is beta (even though it is actually a very stable version).
If you do not want to use v3.1, you can just use the "Run DOS Command" action and send something like this:
taskkill /F /IM "proccessname.exe"
For example, if you want to terminate the notepad process you should write:
taskkill /F /IM "notepad.exe"
Notice, that the taskkill tool is not available in the Home version of Windows (I know that for sure at least for XP)
==Dedicated Automation Solutions==
==Dedicated Automation Solutions==