This repository has been archived on 2023-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
mkb_generate/mkb_generate.bat

9 lines
195 B
Batchfile
Raw Permalink Normal View History

2013-01-06 13:22:28 -05:00
@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