I am trying to start Bash.exe in the "/mnt" directory.
The following command properly starts bash:
C:\Windows\Sysnative\bash.exe
I have the following .bat file:
C:\Windows\Sysnative\bash.exe -c "cd /mnt/"
Unfortunately, this does not do anything. The same applies to:
C:\Windows\Sysnative\bash.exe --cd "/mnt/"