Need to write a script to automate installation of a program.
The program has a predetermined number of "Next", "Accept" and "Ok" buttons.
Basically I need a means of clicking those buttons and tabbing to the right button (i can do it based on tab order as i know how many tabs are required/the menus are static).
What is a way to do it?
Thought about perl-libwin32 for the win32 API but its too much work for me as I dont know win32 programming.
The program has a predetermined number of "Next", "Accept" and "Ok" buttons.
Basically I need a means of clicking those buttons and tabbing to the right button (i can do it based on tab order as i know how many tabs are required/the menus are static).
What is a way to do it?
Thought about perl-libwin32 for the win32 API but its too much work for me as I dont know win32 programming.