When I execute a .bat script from bash in Cygwin, by what mechanism is it running? I understand that if I run a .EXE it will launch, regardless of whether the .EXE is from
Running
./test.bat params
from bash seems to be equivalent to
cmd /c test.bat params