VB Code that will automate batch file

I am looking for any ideas that can help me resolve my problem. It's about the batch file I have that is located in one system, which I used to monitor the system’s memory leak. Everyday, I make sure that memory leaks are being detected and monitored in all systems in my lab so in order to do that, I have to run the said batch file, which generates an Excel file that has all the necessary information that help to keep track of the said memory leak. This is an everyday process and I’m thinking of automating the batch file by using a VB code. After running the batch file automatically, the said code should also copy all the XLS files generated by the batch file and store it in a central location. How can I do that?
