Is it possible to run a msys bash command in a batch script? Let say I have a.bat file in that I have my windows batch commands and in one line I will switch to msys bash to process msys specified commands. Like so:
[...]
batch commands
[...]
C:\mingw\msys\1.0\bin\sh -l
mount 'C:\mingw\local32' /local32
[...]
bash commands
[...]
Thanks for help!
jb_
Why don't you just put all your shell commands in a separate file and just invoke that script from within the batch file in one line ?
C:\mingw\msys\1.0\bin\sh your-msys-script.sh
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With