I am not able able to start a thread which checks the pop-ups in the
background. I used this code but doesn’t seem to work…
x=Thread.new do
system(“c:\CVPN_Automation\popupHandler\popupHandler.exe”)
end
Any suggestions?
I am not able able to start a thread which checks the pop-ups in the
background. I used this code but doesn’t seem to work…
x=Thread.new do
system(“c:\CVPN_Automation\popupHandler\popupHandler.exe”)
end
Any suggestions?
On Nov 23, 3:16 am, deepti [email protected] wrote:
I am not able able to start a thread which checks the pop-ups in the
background. I used this code but doesn’t seem to work…x=Thread.new do
system(“c:\CVPN_Automation\popupHandler\popupHandler.exe”)
endAny suggestions?
Please provide more information about your environment:
Version of Ruby (ruby -v)
What version of Windows
details about “what it supposed to do” since we don’t know what is
popupHandler or anything about it.
If the executable you’re invoking requires user actions or not, etc.
Help us help you.
On Nov 23, 11:27 am, Luis L. [email protected] wrote:
Help us help you.
Luis L.
I am not able to invoke this exe. Also this exe requires no other user
actions. It should be running till the script ends.
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs