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
SCX-4300 with terminal server
Outlook Reminder Pop-Ups in Citrix
451 Requested action aborted: local error in processing SMTP Error
What are all the types in sysobjects in syabase
ARCSERVE BACKUP 11.5 (Exchange2003 Database imcremental backup error)
Error in my Oscommerce admin areas
I keep getting "there is no citrix presentation server configured on the specified address" when using citrix outside of my network
Service priority
Can't print from firefox
Domain Admin can't login to a vista computer if locked by a user, why?