There are a few options.
1) If the exe you are running accepts some command line parameter so that it defaults to Yes, then include that in your run command. This would be the best option.
2) If the program you are running exposes an API, you may be able to instantiate an object to control the app directly. This would be the next best but least likely option.
3) Use AppActivate and SendKeys to select yes.
[red]"... isn't sanity really just a one trick pony anyway?! I mean, all you get is one trick, rational thinking, but when you are good and crazy, oooh, oooh, oooh, the sky is the limit!" - The Tick[/red]