I have a batch file which moves a few files and starts a program and for some reason, after the batch file goes through all the commands in it, it doesn\'t close. The comman
You can try:
@echo off taskkill /f /im cmd.exe :exit