Pause between two applications
Hello Friends,
I have scheduled two applications to kick of in the night. I have written a batch file to execute these applications where the second application commences only after the first one finishes. How much time the first application takes to finish is not fixed.
I want there to be a time delay of 4 to 5 minutes between the finish of the first application and commencement of the second application.
Can anybody suggest a command which can pause for five minutes before the next application starts.
Thanks