What happens if I recompile an executable while it\'s running? Does the operating system read all of the executable\'s contents into memory when it starts running it, so it
In Windows you can't delete a locked file but what most people don't know is that you can move or rename a running exe.
So you could
The old program will keep running but new processes will use the new file.