@echo off
if "%1"=="" goto usage
if not "%2"=="" goto start
:usage
echo Usage: makebin
goto end
:start
emxbind -bsq %EMXLDRV%\emx\bin\emxl.exe %1 \emx\new\%2 %3 %4 %5 %6 %7 %8 %9
:end
