I'm collecting samples from Output of a several programs. the number of sample files are too many and it is impossible to be done manually. I have to apply following steps for at least 20000 files:
1) open program{EXE-file which has UI}
2) give in an input file's path {like when you click on browse-file button}
3) run the program {like when you click on start-process button}
so I need to automatically be able to done it!
I already done the same for a command-line EXE program as describe in:{ Run cmd commands through java} but when you have a EXE-file-with-UI you can't just repeat a command in CMD an get results :(
thank you in advance :)