From: Todd Vargo on
Ed wrote:
> How would you write a script to sort files by month. For example a
> file named January 1, February 13, March 27, etc. I have a folder
> that has files in it with a daily log for each day. Each file is
> called Aug. 1, 09; Aug. 2, 09, etc., Sept. 1, Oct. 1, 09. How would I
> sort them by month, day, year. Please be detail with answer since I
> am new to scripting. Any where can I get more info.

Since the daily logs are presumed to be saved on the respective dates
mentioned, I would just click on "Modified" at the top of the date column in
Explorer to sort them by date. No scripting needed.

--
Todd Vargo
(Post questions to group only. Remove "z" to email personal messages)

From: gimme_this_gimme_that on
If you rename the files using YYYYMMDD format the files will sort
themselves.