I'm looking to make a batch script. What I have is a ton of different logs in a ton of different places, all with a bit of important info and a lot of useless info.
Some of these logs are directly named, and some are named by date and time.
I'm trying to make a script that can basically scan them for me so I don't have to go through each folder and log and scan manually.
Some examples:
- OmegaManager\logs\omega.log - scan for "State:" and "has been updated"
- OmegaManager\logs\instance-0.log - scan for "shutdown"
- KRBanking\PlayerDatabase*logs are numbers* - copy all information or scan for changes since last time?
- KRBanking\ServerLogs*logs are dates and times* - scan for "Deposited" and "Withdrawed"
And then output the whole line.
Is this even moderately possible? Thanks in advance.