Hi all,
I would like to write a script to automate some task, but this task requires the use of a GUI based application that can only use its GUI for input (so no command line parameters). This GUI application is not mine, and I cannot change it in any way. Let's call this GUI application GUIAPP.
The script would go over a list of files (this I can do myself :-), and for every file, the following should happen
1) have the script fake a drag and drop of this file on the GUIAPP (so that it accepts the file as input)
2) the script has to click the ok button; this button triggers a "Save As..." window
4) the script should fill in some string of my choice for the file name
5) the script should click the "Save" button
This must be possible using OLE, I would think?
Help would really be appreciated!
Stefaan