cls
echo off
cls
echo.
echo merging..
echo.
copy /Y /B "First part name"+"seconpart name"+"......." "out put file name"
echo.
echo done!