Description Sometimes you may need to replace a file that is normally in use, such as a shared DLL file that needs to be updated. Windows will not allow it to be replaced while it is in use, but it does allow you to specify that the file be replaced with a different copy when Windows restarts.
This utility prompts you for the source and destination file paths and names, then calls the Windows MoveFileEx API function to carry it out. Make sure to reboot for the change to take place.
Message from Author: I didn't change the program, I just got rid of the installer so it's much smaller.
Author Eric BlackThis email address is being protected from spam bots, you need Javascript enabled to view it