Copying file differences

corpen

Honorable
Mar 27, 2012
1
0
10,510
New to scripting and could use some help. I have a log file on a server 2008 machine that I need to copy every day and would like create a script that would take care of it for me. I actually only want the differences between each day to be appended to the copied file as a straight copy each day will slowly use up my memory. thanks
 
Opening the file, searching for the differences and appending that to a file will probably take longer than just copying the file to another location.

Setup a scheduled task with a simple copy dos command.