From: Gordon Thiesfeld Date: 2008-05-23T22:38:54+09:00 Subject: Re: Unable to run(automate) different file via Ruby On Fri, May 23, 2008 at 12:07 AM, Pranjal Jain wrote: > HI Gordon > Thankx it worked. > But now I am facing a new problem, when I want to run tht script , I > cant do it. I'm not sure I understand your problem, but if you're wanting to just start gmail.usr, and continue with your script without waiting for it to finish, you can change call to start. This will start gmail.usr in a different cmd window. Gordon