What are .ini files for?
A friend of mine told me that you can store the Path of the Executable
File in .ini files and if this .ini file is opened the path stored in it will
be used by whoever's calling it.

Can you give me a code that uses .ini files ?

I'd like to create a VB .exe file that looks in a .ini file for the Path of
the File that it has to run. For ex. I need to run "Compact.mdb" and I will place the .mdb in "C:\Access\DB\Compact.mdb".