Navigation:  Command Line Applications > FileReplace >

Usage

Top  Previous  Next

Command Line Parameters

 

filereplace <directory> <source file> [/test]

 

Source File

The original file the other files will be replaced with

Directory

The directory to parse and look for duplicates of this file

/test

Do not actually replace the files, only show which files would be replaced

 

Example

 

Example 1:        Replace all files named default.php in the folder E:\Data (including subfolders) with D:\Templates\default.php

 

filereplace d:\data d:\templates\default.php