Hi All,
I'm trying to rename a file that has a date in the filename, but the 2 methods I'm trying are both failing.
Using date variables followed by a wildcard Using date variables WITHOUT a wildcard
Since today is September 30 2014, I KNOW %m = 09, %d = 30, and %Y = 2014. Yet, somehow the date variables are not being interpreted. Any idea why not?