I am writing an application that makes use of .jpg files. These are read into the application at run time. I would like to find a way to ship these with the final .exe in some sort of compressed format (ie zip, cab, rar) such that the directory is not filled up with 50 .jpg files. Is there a routine that reads from a compressed format? Thank you in advance.