Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!mcrware!erik From: erik@mcrware.UUCP (Erik Johnson) Newsgroups: comp.sys.atari.st.tech Subject: How store extra data at the end of an executable? Message-ID: <5796@mcrware.UUCP> Date: 5 Apr 91 21:40:23 GMT Reply-To: erik@mcrware.UUCP (Erik Johnson) Organization: Microware Systems Corp., Des Moines, Iowa Lines: 11 Here is what I would like to do. I would like to append a picture file to the end of my executable file. In this case, the extra data is a picture file that is the menu for my program. Once a program is loaded into memory, is it closed and all file offset information lost, or is there a way I can start reading data from the file where the program data left off. If it matters, I am working in C with assembly when required. Thank you, Erik R Johnson