I'm trying to set up a script to install IBM DB2 on a machine.
One of the initial screens that appear is titled "DB2 Setup wizard - DB2 Administration Client"
This screen takes a few seconds to be ready to receive input, namely clicking on the 'Next' button or Alt N (!N).
I've put a winwait("DB2 Setup wizard - DB2 Administration Client","",20) command to give time for the screen to be ready for input yet the command completes as soon as the screen appears prior to the Next button being available.
Does anyone have any ideas ?