Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources
Viewing all articles
Browse latest Browse all 8583

copy paste file or file with modifiction date from one server to other server

$
0
0

if file is modified on one server say on path \\server1\c$\folder\xml.txt

this file is present on other server also \\server2\c$\folder\xml.txt

those changes on server1 should reflect on server2 also or end of day 

AND

if any new file is added on \\server1\c$\folder\*.txt then this file should automatically 

paste on \\server2\c$\folder\ this location at end of day 

how can we do with batch script 

 

 


Viewing all articles
Browse latest Browse all 8583

Trending Articles