Just a quick question....
When I call an exe file with the execfile comand it all works great.
However what I really want to do is end the program calling once the new exe is called.
I tried
execfile <myfile.exe> : end
But it still leaves the file running...Its gotta be simple and maybe not in the correct forum....
When I call an exe file with the execfile comand it all works great.
However what I really want to do is end the program calling once the new exe is called.
I tried
execfile <myfile.exe> : end
But it still leaves the file running...Its gotta be simple and maybe not in the correct forum....