Saturday, March 8, 2014

run bat file in msys

I tried to run android.bat from the android-sdk for windows within msys shell. But the windows bat syntax is not working. I found a way after googleing. The following commands work.

cmd /c "your.bat [args,...]"


No comments:

Post a Comment