Table of ContentsClose
Coder for Life

Utility: xrepl

This utility has been superseded by bcopy, a much better program that accomplishes the same task.

Replaces a file even if you aren't allowed to. The new file will be set to have the privileges and owner of the old file. This is roughly equivalent to "ICACLS /save", TAKEOWN, "ICACLS /grant F", COPY, "ICACLS /setowner", "ICACLS /restore". You must have administrator privileges to replace protected files and you may need to elevate.

xrepl (32-bit) (8 KB, updated 2012-11-08)

xrepl (64-bit) (15.5 KB, updated 2012-11-08)

xrepl Source Code (12.39 KB, updated 2012-11-08)