zzfive03
Programmer
- Jun 11, 2001
- 267
Hello;
I am sort of new to the WIN API. I have been asked to write a program that will start up an old legacy program, which has a decoder method. This decoder is able to open some files in a "readable format".
The idea is, I should write a program that can programaticly start up this program, use the API to navigate the applications screens/menues, and get it to select these files, and print them to file. Once I have them in a file (in a readable format) I can do with them as I will.
The reason I need this to be programatic is because there are several thousands of these files, and we want to automate the process. Is the Windows API the right way to go on this? Can someone please give me some advice, perhaps a link of where I can get info on getting to thie programs menues, etc
Thank you in advance.
Mark
I am sort of new to the WIN API. I have been asked to write a program that will start up an old legacy program, which has a decoder method. This decoder is able to open some files in a "readable format".
The idea is, I should write a program that can programaticly start up this program, use the API to navigate the applications screens/menues, and get it to select these files, and print them to file. Once I have them in a file (in a readable format) I can do with them as I will.
The reason I need this to be programatic is because there are several thousands of these files, and we want to automate the process. Is the Windows API the right way to go on this? Can someone please give me some advice, perhaps a link of where I can get info on getting to thie programs menues, etc
Thank you in advance.
Mark