How to open an external executable file using jenkins
I tried it in execute window batch command like
cd c:\EMailer\
call testcompete.exe
But it is not working then i tried
start testcomplete.exe
This testcomplete will run the automated site and write a text file .
It is also not working.Is there any pluggin or method in jenkin to open external executable files?
showing prompt when testcomplete trying to start