Good afternoon,

I have a small program that I want to change. The program reads an INI file, then opens a text file when the command button is selected. How can I read the index to put the name of the file on the button.

ex.
[file location]
info=c:\info.doc
readme=c:\readme.doc

I want the info or readme to show up on my command button or whatever I use for the location header.

Mike