for /f "skip=1 delims=" %%i in ('dir *ABC*.EXE /b /s /o-d') do del %%ifor /f "delims=" %%i in ('dir *ABC*.EXE /b /s') do start "" "%%i"exit