i have a script which installs application from a file. Now if the script is not able to install an application or taking too long it just waits. What i want is it to wait for some time and then go back to the list and goto the next application on the list and break the previous operation. I just dont want the script to keep on waiting for the application to install. How to do this..