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
the instruction 0x008aedb0 referenced memory at 0x00000ba0. The memory could not be "read"
VSS Requester for Exchange Server backup
Function to change the month from numeric to string
Linking with Oracle: Table or view does not exist
Exchange Dirty Shutdown
Backup Exec configuration for password protected NAS share
Exploring into thumbs.db
Printer Excel macro to get the page count in a specific format.
SQL Server New Database/Premissions error
Forcing a Windows 2003 Server to use NTLM rather than Kerberos