I've seen lots of programs use what seems to be an external resource file. It contains data for the program, like text and images, much like a standard resource file, but it isn't compiled into the exe file. The program just accesses the file and gets what it needs from it. Any idea how to do this?