I am not exactly sure how to even accomplish this, but I need to create a batch or windows executable that can do the following.
I have a list of ID numbers in excel. I want to copy one id number from excel into another program (based on AS400). Then, in this AS400 shell, a button has to clicked to export a data file (.csv). This process takes about 5 minutes before being complete. This csv file needs to be renamed with a name that is also included in the excel file. Once this iis complete the next ID number can be used and the process can start over.
So I need a way to automate copying the id from excel into AS400, waiting for AS400 to run it's process, renaming the file that is outputted based on a name also inside the excel file, then selecting the next id number and repeating.
Any ideas on where to start? I haven't the slightest on how this may be accomplished. Probably something similar to sendkeys in excel?
I have a list of ID numbers in excel. I want to copy one id number from excel into another program (based on AS400). Then, in this AS400 shell, a button has to clicked to export a data file (.csv). This process takes about 5 minutes before being complete. This csv file needs to be renamed with a name that is also included in the excel file. Once this iis complete the next ID number can be used and the process can start over.
So I need a way to automate copying the id from excel into AS400, waiting for AS400 to run it's process, renaming the file that is outputted based on a name also inside the excel file, then selecting the next id number and repeating.
Any ideas on where to start? I haven't the slightest on how this may be accomplished. Probably something similar to sendkeys in excel?