From: deepti Date: 2009-11-23T15:20:12+09:00 Subject: Problem with calling an exe in the script 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?