I want to write a batch job that when executed will grab all the files in the C:\\Test\\Log folder and move them to a new directory in the C:\\Test. Th
C:\\Test\\Log
C:\\Test
this will also work, if you like
xcopy C:\Test\Log "c:\Test\Backup-%date:~4,2%-%date:~7,2%-%date:~10,4%_%time:~0,2%%time:~3,2%" /s /i del C:\Test\Log