AxxelK
05-14-07, 16:14
| Hi, I just got an old MS-DOS application, which holds the data of a catalog and of some users as well. The data is stored in files, which represent the different levels of the catalog hierarchy (item, item group, group of item groups, etc.) and each level has 3 different files: a .dat file, which contains the actual data and .ix and .dia files, whose content seem to be a bit confusing to me. Now I read somewhere that the .ix files contain indices to the data in the .dat files, which are read by the application. This is actually some kind of database, right? And here is my question: I would love to get all the data out of the data files and port it to another application. Is there any other possibility beside parsing all data files manually, which come to your mind? Thanks in advance, Alex |