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
I tried to do like this, first point it to the path where your bat file exists, and then 'call' command to trigger that bat file. As below:
cd yourFilePath
and then
call yourFile.bat