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
Need help with a perl script taking keyboard input
How do you stop Windows auto installing hardware?
disable spell check
deployment of JAX-RPC web service for IBM websphere
Outlook won't send web page within email message body
Global Adress Book STILL will not update
Illustrator Tints
Kerberos error in Exchange Cluster
How do I schedule an imported SQL 2000 DTS in SQL 2005?
DB2 Connection Interrupted