I need a little bit of code to finish out my script....I have been here at work for over 24 hours and am brain dead now.....Pls help
I run my script, then the last bit I need to name the file off of the last file I saved plus 1 day.
Meaning, my output file is total_traffic and after the script runs, I go to the directory and rename it such as total_traffic-031002.
I run the script on different days, but I always run it in sequence. So the next time I run it I just name it for the next day. Like total_traffic-031102.
I just want the script to be able to look in the directory and use the next date format.
I appreciate the help as always!!!!
.//beaster
I run my script, then the last bit I need to name the file off of the last file I saved plus 1 day.
Meaning, my output file is total_traffic and after the script runs, I go to the directory and rename it such as total_traffic-031002.
I run the script on different days, but I always run it in sequence. So the next time I run it I just name it for the next day. Like total_traffic-031102.
I just want the script to be able to look in the directory and use the next date format.
I appreciate the help as always!!!!
.//beaster