@echo off echo. echo Batch file generated by FileCutter on 2002-02-28 19:42:46 echo. echo Merging file mcchesney2001.mp3_P001.FCU copy /b "mcchesney2001.mp3_P001.FCU" "mcchesney2001.mp3" >nul if ERRORLEVEL 1 goto ProcError echo Merging file mcchesney2001.mp3_P002.FCU copy /b "mcchesney2001.mp3"+"mcchesney2001.mp3_P002.FCU" "mcchesney2001.mp3" >nul if ERRORLEVEL 1 goto ProcError echo Merging file mcchesney2001.mp3_P003.FCU copy /b "mcchesney2001.mp3"+"mcchesney2001.mp3_P003.FCU" "mcchesney2001.mp3" >nul if ERRORLEVEL 1 goto ProcError echo Merging file mcchesney2001.mp3_P004.FCU copy /b "mcchesney2001.mp3"+"mcchesney2001.mp3_P004.FCU" "mcchesney2001.mp3" >nul if ERRORLEVEL 1 goto ProcError echo Merging file mcchesney2001.mp3_P005.FCU copy /b "mcchesney2001.mp3"+"mcchesney2001.mp3_P005.FCU" "mcchesney2001.mp3" >nul if ERRORLEVEL 1 goto ProcError rem echo. echo Output merged file 'mcchesney2001.mp3' has been generated. goto ExitProc :ProcError echo. echo Output merged file 'mcchesney2001.mp3' has NOT been generated. :ExitProc echo _______________________________________________