Hi,
Im trying to write the contents of a directory into a file i've got that but i cant figure out how to write it in order of file creation date any ideas?
Cheers
Printable View
Hi,
Im trying to write the contents of a directory into a file i've got that but i cant figure out how to write it in order of file creation date any ideas?
Cheers
since you are just writing it to a file you could shell the command "dir /od" and pipe the output to a file.