for %%a in (H:\Source\*) do copy /y "%%a" "H:\Destination\Copy of %%~NXa" (Note: H:\Destination needs to exist before this command runs.)