Search code examples
batch-filetemplatespowerpoint

How can run a batch file after running a software?


for using the latest version of our templates, I want to copy the templates from our server to the user's local machine. but I want the templates will be copied to the local machine when the PowerPoint load and runs. I created a batch file to copy templates from server to local machine and I am looking for a way to run automatically this batch file after each time PowerPoint running.


Solution

  • I convert batch file to exe file that first copy templates to a local machine then run PowerPoint.exe. with that method, my problem has been solved and it works fine.