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
I would imagine it wouldn't let you replace the file, since windows locked it down while it was in use.