I have a simple question. I want to run a bat file that should run post build. The bat file takes in to parameters previousVersion and currentVersion (These parameters are
Replace "cmd \k" with "call"
The Execute Windows Batch command is running inside a cmd already; no need to specifically start a new one. Just "call" your BAT file.