Replace files in multiple directory, from a single directory

jarrod82

New member
Local time
7:48 AM
Messages
2
I have a 10 files that have all been categorised into about 40 folders. These files have been damaged.
I have a backup of all these files, but they are not categorised and sit in a single directory.

Does anyone know of an easy technique to batch replace the damaged files with the originals?

Cannot find any apps to do such a task.
 

My Computer

OS
windows 7 home premium
Easy one:

Built in command part of Windows. Open an elevated Command Prompt and type:

Code:
replace /?

Here is how:

Folder with Backup files:

C:\Data\Backups

Folders with corrupt files:

E:\Finance\Statements\2001
E:\Finance\Statements\2002
E:\Finance\Statements\2003
E:\Finance\Statements\2004
E:\Finance\Statements\2005
E:\Finance\Statements\2006
E:\Finance\Statements\2007

Code:
Replace c:\data\backup\*.* e:\finance\statements /s
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Dell OP7010
OS
Windows 7 Enterprise (x64); Windows Server 2008 R2 (x64)
Memory
16GB
Monitor(s) Displays
4 Dell 24" LCD
Screen Resolution
1280x1024
Keyboard
Dell
Mouse
Dell Optical
Internet Speed
40meg
Great! Easy. Thanks for that.
 

My Computer

OS
windows 7 home premium
Back
Top