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
Create single master image from different models of computer
Dreamweaver CS3 is mysteriously adding a 1 px spacer.gif to a table exported from Fireworks CS3
replication error
Auto Create Excel Total Rows
CD/DVD drive not found after reboot (CODE 41), replaced with a spare drive and getting same error
problem restoring data from a media tape using Symantec Backup Exec 11
Exchange Recovery
SQL Server 2000- new line/return character appearing as square boxes
inner join and an outer join in one query
Invalid Bracketing of name in Insert Into qeury