I am a little green to this part of batch scripting, but what I am trying to do is a append a bunch of folder names and increment by 1 whilst respecting the time stamp i.e newest folder first, oldest folder last.
I have looked at other scripts with no avail.
Before
Folder 1
Folder 2
Folder 3
Folder 4
Folder 5
Folder 6
After
Folder 1 - Part 001 - Time stamp 1/1/2014 - 18:55:20
Folder 4 - Part 002 - Time stamp 1/1/2014 - 18:55:24
Folder 3 - Part 003 - Time stamp 1/1/2014 - 18:56:28
Folder 6 - Part 004 - Time stamp 1/1/2014 - 18:58:24
Folder 5 - Part 005 - Time stamp 1/1/2014 - 18:59:20
Folder 43 - Part 006 - Time stamp 1/1/2014 - 18:59:59
Extra function
Is there a way to do all the above but skip all folders that contain - GROUP VIDEO
at the end of it. (I am not sure if I should create a new post or not?)