R
radical dissident
i have an unattended server build script that gets hung on one particular
step: a place where a window pops up and waits for the user to press OK.
The script (this particular part is a batch file) won't continue until that
happens.
i cannot use WSH SendKeys since the VB script has to run & terminate before
I can start the installer routine that ends with the pop-up.
in other words, the program that sends OK to that pop-up needs to run 1st in
a batch file but allow the batch file to continue running... it sits &
watches.
anyone have an idea?
thanks
step: a place where a window pops up and waits for the user to press OK.
The script (this particular part is a batch file) won't continue until that
happens.
i cannot use WSH SendKeys since the VB script has to run & terminate before
I can start the installer routine that ends with the pop-up.
in other words, the program that sends OK to that pop-up needs to run 1st in
a batch file but allow the batch file to continue running... it sits &
watches.
anyone have an idea?
thanks