I have a program that is supposed to take a bunch of log files that are named by their dates (ie, February 12, 2001 is 20010212) and grab pieces of data from them. However, I need to make it so a user can get a range of dates. For example the user should be able to enter 2000 200102 to get all the records for 2000 through 200102. I really need it to expand to 2000* and 200101* 200102* all on one line. Any one have thoughts on how to do this? Thanks