Search found 9 matches
- 14 May 2012 14:29
- Forum: DOS Batch Forum
- Topic: move files to folders named by date from files
- Replies: 16
- Views: 10951
Re: move files to folders named by date from files
Is it possible to download videos straight from my ip camera by batch file? today I found xml file with this text: example: <recording recordingid="textA_20120514_205135.avi" diskid="SD_DISK" size="631 KB" recordingtype="motion0Occur" starttime="205135&qu...
- 13 May 2012 11:18
- Forum: DOS Batch Forum
- Topic: move files to folders named by date from files
- Replies: 16
- Views: 10951
- 13 May 2012 10:48
- Forum: DOS Batch Forum
- Topic: move files to folders named by date from files
- Replies: 16
- Views: 10951
Re: move files to folders named by date from files
According the folder date is ok for me. but I don not know how
- 13 May 2012 10:13
- Forum: DOS Batch Forum
- Topic: move files to folders named by date from files
- Replies: 16
- Views: 10951
Re: move files to folders named by date from files
I think it is quite dificult. maybe it can by easyli like this: forfiles /p C:\folder /d -60 /c "cmd /c del @file" but it does not work.
It only delete files inside folders and I must press Y to delete. Is it possible to do without Y ?
It only delete files inside folders and I must press Y to delete. Is it possible to do without Y ?
- 13 May 2012 09:57
- Forum: DOS Batch Forum
- Topic: move files to folders named by date from files
- Replies: 16
- Views: 10951
Re: move files to folders named by date from files
thank you. I have last request: how can I delete this folders after for example 60days?
- 13 May 2012 08:42
- Forum: DOS Batch Forum
- Topic: move files to folders named by date from files
- Replies: 16
- Views: 10951
Re: move files to folders named by date from files
is it possible put _ between 20120513? like this 2012_05_13 in folders names
- 13 May 2012 08:36
- Forum: DOS Batch Forum
- Topic: move files to folders named by date from files
- Replies: 16
- Views: 10951
Re: move files to folders named by date from files
It works. thank you very much
- 13 May 2012 06:20
- Forum: DOS Batch Forum
- Topic: move files to folders named by date from files
- Replies: 16
- Views: 10951
Re: move files to folders named by date from files
original names of files are date_time.avi. it is from motion detection from IP camera. I have 2 area of motion detection so I have 2 different names of group of videos. textA_date_time.avi can be date_time.avi, but it can be also textAdate_time.avi.
- 13 May 2012 04:11
- Forum: DOS Batch Forum
- Topic: move files to folders named by date from files
- Replies: 16
- Views: 10951
move files to folders named by date from files
hi I have files named textA_date_time.avi, textB_date_time.avi.... I need move all files to folders which names are create by dates from names from files. for example: chose date from textA_20120513_120559.avi, create folder with name: 20120513 and move all files with this date (there are also files...