>>853
下をメモ帳に貼り付けて拡張子をbatで保存

@echo off
:start
if "%~1"=="" goto end
"C:\extractMHT\extractMHT.exe" "%~1" /sub
shift
goto start
:end
exit /b