I need to sort files according to the date they were created. Is there a way to do this for files stored on an NT machine?
I have a script that reads files from a directory and then creates an HTML page listing the files. (Thanks to Dan Muey and Pete Emerson.) But one directory contains files with the exact same title, except for the date (which is NOT written to sort correctly). Examples: "Daily Mailer 2103"(this is the Mailer for Feb 1, 2003), "Daily Mailer 112102"(this is the Mailer for November 21, 2002), "Daily Mailer 21103" (this is the Mailer for Feb 11, 2003), etc. I'm having to manually create an HTML page every day, with the newest Mailer. Does anyone have a solution for an "automatic" script? If I could sort by date created on an NT machine, that would do it. (Or some sort of sorting subroutine could be written that sorts out the date, but I haven't figured that out yet.) Thanks!! Deborah -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]