Search found 2 matches
- 26 Jun 2012 08:12
- Forum: DOS Batch Forum
- Topic: automatic copy based on file creation date
- Replies: 2
- Views: 2381
Re: automatic copy based on file creation date
' The timeFormat varies from region to region. echo.timeStamp: '%date% %time%' timeStamp: '26/06/2012 05:51' Druk op een toets om door te gaan. . . Look at the for command 'for /?', 'md /?' and 'move /?' @echo off &setlocal enableDelayedExpansion for /f "delims=" %%? in ( '2^>nul dir ...
- 25 Jun 2012 03:39
- Forum: DOS Batch Forum
- Topic: automatic copy based on file creation date
- Replies: 2
- Views: 2381
automatic copy based on file creation date
Hi, needs help, I have a lot of files in a directory that I wish by creation date to move to the directory which would consist of the year and month the file was created, and then packed catalog, eg 7-zip and deleted catalog. So I have a file creation date "2012-06-25 14:04" and I would li...