I have a prog in c:\prog\prog.exe

whats the easiest way to get it to read c:\prog\prog.ini without actually telling it the path.

so that if i moved both files to c:\prog2\
the exe would read c:\prog2\prog.ini

thanks