Code:
copy "c:\Program Files\VRL\Dep1\*.wav" "c:\wav\" + @year + right('0' + @monthno,2) + right('0' + @mdayno,2) + "\"  /s
_________________________