S
Static
Film, television, animation. most forms of visual media deal in file
sequences.
thousands of individual files are being accessed as a sequence by my
software on a regular basis. I find if I try to copy a folder containing a
sequence of files from one computer to another. Windows seams to start
copying the files randomly.
for a example If I have files 01,02,03,04,05 and copy them to another
destination, windows will display the files it's copying in the order
03,05,01,02,04. Near as I can tell this means that, while the files
themselves may be whole, the blocks of hard drive space it's been recorded
to is scattered, resulting in a fragmented sequence.
I'm trying to find a way to force windows to maintain the sequential order
of these files when I do a copy. (copy the files in order from
01,02,03,04,05) I know in linux I could do so using an xargs command, but
I haven't been able to find something similar on windows.
sequences.
thousands of individual files are being accessed as a sequence by my
software on a regular basis. I find if I try to copy a folder containing a
sequence of files from one computer to another. Windows seams to start
copying the files randomly.
for a example If I have files 01,02,03,04,05 and copy them to another
destination, windows will display the files it's copying in the order
03,05,01,02,04. Near as I can tell this means that, while the files
themselves may be whole, the blocks of hard drive space it's been recorded
to is scattered, resulting in a fragmented sequence.
I'm trying to find a way to force windows to maintain the sequential order
of these files when I do a copy. (copy the files in order from
01,02,03,04,05) I know in linux I could do so using an xargs command, but
I haven't been able to find something similar on windows.