Jeffrey Schwartz wrote: > > When I develop an application I, of course, go through lots of progressive incremental versions. I build an application only occasionally. > > On a recent project, I jumbled names and files around and now I can't tell what was the corresponding source code for some of my compiled versions. > > Is there any way to extract the name of the original source file from a compiled application? Is there a way to include the name of the source code file in the application OTHER than using the resource file (because many different versions may use the same resource file)? I thought about automating this too (but never got further than thinking). What about using something along the lines of : COMPILE LONG IF _compiledApp sourceName$="SourceVersion" COMPILE END IF ------------------ Pierre A. Zippi ------------------ Home email: paz@... Home web: http://web2.airmail.net/paz