Search found 1 match
- 27 Apr 2017 09:53
- Forum: DOS Batch Forum
- Topic: xcopy date format
- Replies: 1
- Views: 2370
xcopy date format
Good afternoon, Pessal, I need to move folder files but from a modification date, but the date is not being used in the command. Where am I going wrong? Follow the code @echo off CD C:\USERS\FOLDER1 XCOPY /D:04-26-2017 C:\USERS\FOLDER1\*.txt C:\USERS\FOLDER2\ echo Files copied echo forfiles /D 27/04...