What I have is a program that is a .exe program and I want to be able to save the data sheets inside the program. Pretty much all the .exe is.. Is a program that connects to a file system that stores word documents and images.. I want to get all the data out of the this program and save it on a local system file. The idea is like httrack for websites but only .exe for a windows program.
Depends on how the program stores them, have you tried searching your machine for the names of the files after the program has fetched them?
Pretty much how there program works is the .exe access's files through a odbc driver mysql. So its like they built a web browser that ties in with the driver sort of. If you go to the back end of the website you can view the pages. Now I did go to back end of the website and wasn't able to use programs like httrack or anything like that due to how the hole thing is built. I mean I can rebuild part of the back end but I am just trying to build some sort of httrack but for .exe so then it automatically loads in stored files. My goal here is trying to reduce the cost of labor.