Microsoft
Software
Hardware
Network
Question : Combine log files into one file?
Hi,
I am using robocopy to back up my servers and then emailing the backup logs using bmail software. I am trying to combine all logs from different servers running at different time into one log file at the end and bmail it to me instead of getting 8 different log files everyday!.
I can direct all logs to go into one network folder. Is there a free software that will merge all those logs into one file? I tried the /LOG+:file parameter from robocopy but it didn't work, it was emailing me some funny characters, i don't think it logs well when accessing from the network.
any suggestions?
Thanks
Answer : Combine log files into one file?
copy file1+file2+file3+file4+fi
le5+file6+
file7+file
8 newfile.log
*OR*
for /f "tokens=*" %A in ('dir /b *.log') do type "%A">>newlog.log
(this assumes that the log files are all named something.LOG)
Random Solutions
Finding group id from PID
Dynamic source location in SSIS
How to rewrite Case statement in Group By
opening the wrong url
FMS3 Beginner question - connection testing sample
File manipulation SED or AWK
Hotmail crashes...
After running chkdsk with repair secors D partition data disappears
Numpy *zip with units
File Recovery after hard drive format