In an effort to run a process triggered by the timer without interfering with a currently running process, I have created an exe with foxpro with only the code I want to run when the timer starts a process. I use the timer to run this process with the "RUN" command. This seems to work great when I am running the main process code uncompiled and the timer triggered process is compiled and running in an exe. However when I compile the main process and the timer tries to run the timer triggered process, I get a message that says "This resource is not valid, do you want to replace it with an empty respource ?". I doesnt matter how I answer the question, the exe doesnt run.