@echo off
echo.
echo *** Creating AIF for %1 

if "%1"=="" goto end

call bmconv %1.bml
call aiftool %1 %1.mbm

call del %1.mbm

:end