I've built a batch macro that will feed some scripts from a text input tool to create a temporary .bat file to copy files from one folder to another. Each run will copy roughly 100 files. The problem is that after the run is completed, the .bat file remains in the folder, which is not something that should remain. How do I delete the .bat file after running the workflow? I want the file to be deleted after the last copy command is processed.