add Windows batch file for convenience

This commit is contained in:
Gered 2013-01-06 13:22:28 -05:00
parent dae990198a
commit 567d7cc8ab

8
mkb_generate.bat Executable file
View file

@ -0,0 +1,8 @@
@echo off
for %%X in (bash.exe) do (set FOUND=%%~$PATH:X)
if not defined FOUND (
echo BASH not found in your path. Do you have Cygwin or MSYS installed?
exit /b
)
bash --login %CD%/mkb_generate