Usage

<< Click to Display Table of Contents >>

Navigation:  File System Tools > filereplace >

Usage

Command Line Parameters

 

filereplace /t <directory> <file>

 

file

The original file the other files will be replaced with

directory

The directory to parse and look for files with the same file name as <file>

/t

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 sub folders) with D:\Templates\default.php

 

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