If you chmod +x your.bat it works.
./your.bat
is run via cmd /c
Already answered in Why is it that Cygwin can run .bat scripts?
If you chmod +x your.bat it works.
./your.bat
is run via cmd /c
Already answered in Why is it that Cygwin can run .bat scripts?