Thanks for the reply. I reviewed this and it looks like it will be putting a timestamp of today's date. I am looking to rename the files to the "Date Modified".
Thanks!
Search found 4 matches
- 04 Mar 2012 06:30
- Forum: DOS Batch Forum
- Topic: Batch Help - Merging Folders
- Replies: 7
- Views: 6120
- 03 Mar 2012 08:54
- Forum: DOS Batch Forum
- Topic: Batch Help - Merging Folders
- Replies: 7
- Views: 6120
Re: Batch Help - Merging Folders
Awesome! Tested and working. Thank you!
Follow up question:
If I wanted to rename the files in a particular folder to the date modified in this format: 2012.03.03.pdf is this possible?
Thanks again!
Follow up question:
If I wanted to rename the files in a particular folder to the date modified in this format: 2012.03.03.pdf is this possible?
Thanks again!
- 02 Mar 2012 15:36
- Forum: DOS Batch Forum
- Topic: Batch Help - Merging Folders
- Replies: 7
- Views: 6120
Re: Batch Help - Merging Folders
But what about user2 and the other 10k? I need to keep the folder structures the same... multimedia\user1\music , multimedia\user2\music... etc... I have over 10,000 users. Not finding much when googling. Kindof discouraged. I don't know what I need, but maybe some type of variable in the filepath t...
- 02 Mar 2012 09:58
- Forum: DOS Batch Forum
- Topic: Batch Help - Merging Folders
- Replies: 7
- Views: 6120
Batch Help - Merging Folders
I am attempting to clean up a multimedia folder for multiple users. Currently the folders are like this: c:\multimedia\user1\music1 c:\multimedia\user1\music2 c:\multimedia\user1\music3 c:\multimedia\user2\music1 c:\multimedia\user2\music2 c:\multimedia\user2\music3 I have about 10,000 users. I woul...