Its a common problem these days. Whenever you move you data say pictures, from Phone Memory to a Micro SD Card, you lose the order, and hence you see pictures in Random Order. I guess this is because this way the pictures are copied in accordance with their Name, and NOT Date. I am going through the same problem right now but recently i came across a thread that says to use the robocopy command to Copy contents to the MIcro SD card while preserving the Timestamps.
This following is the Command
ROBOCOPY c:\src d:\dest /MIR /COPYAT /DCOPY:T
Can somebody explain to me how it works and what the source and destination Location are in this command? Moreover, i'd like to Move the Data rather than copy, what do i do in that case?
Or is there any other method to restore the images Copied/Moved to External Storage to their Original timestamps? If there is some freeware that can do this for me, please let me know
Thanks
This following is the Command
ROBOCOPY c:\src d:\dest /MIR /COPYAT /DCOPY:T
Can somebody explain to me how it works and what the source and destination Location are in this command? Moreover, i'd like to Move the Data rather than copy, what do i do in that case?
Or is there any other method to restore the images Copied/Moved to External Storage to their Original timestamps? If there is some freeware that can do this for me, please let me know
Thanks