I am not sure which group would be an appropriate one to ask this question. I thought these groups would be appropriate ones, if not, let me know where should I post this article. microsoft.public.win32.programmer.tools comp.os.ms-windows.programmer.misc microsoft.public.vc.language comp.programming.threads Question ======== Any ideas which software is used to open .rtl files or how to read contents of a .rtl file or how to export contents of a .rtl files in ..txt or .xls format? I downloaded a lottery software from justlottery.com. This software has import function to import lottery numbers from a text file but does not have an export function. All the numbers are stored in .rtl files (which I believe is run time library files). I was wondering if numbers from these files can be exported to .xls or .txt files
Here are sample .rtl files http://www.justlottery.com/dwnld/INDSuperlotto.rtl http://www.justlottery.com/dwnld/INDThunderball.rtl http://www.justlottery.com/dwnld/INDFast.rtl Information stored in these .rtl files are like these: For INDSuperlotto.rtl : 00001 28 03 2002: 14 21 22 29 39 43 00002 04 04 2002: 07 24 27 28 29 47 For INDThunderball.rtl : 00001 07 09 2004: 12 16 21 30 31 TB 03 00002 14 09 2004: 17 18 30 39 42 TB 04 For INDFast.rtl : 00001 01 09 2004: 05 06 10 13 30 00002 02 09 2004: 07 08 23 24 31 I have included first and second records in each files. There are too many that I want to decode If you have download the software, Click on History (book symbol) to read .rtl files from within the software.