Need to know when a command line finish execution
"Ayman" <[email protected]> Tue, 31 Jul 2007 15:17:55 -0000
| Newsgroups | gmane.comp.windows.autoit.user |
|---|---|
| Message-ID | <[email protected]> |
Hi all: I am writing a small script that deals with a batch file that runs a program. I need with this script to simulate user inputs on console windows, one of the commands in the program took some time, say deploying a jar file, so i just need to pause the script until this deployment command finishes, so as to proceed in the remaining script. Any help is appreciated.