for /F %%i in ('dir /b/s mymusic\*.nwc ^| findstr /e .nwc') do ( echo %%i )