Date Macros
Using batch commands, I'm trying to output a file with month and year in the file name and it's being totally ignored. My format is:
-r"f:\IISWebLogs\InsOps %Date-1m%%Mon% %yyyy% WebProd27.csv".
But I end up with file name: "InsOps WebProd27.csv".
Any ideas? I've tried taking the spaces out, but didn't help.
I'm just running them from a command line to get them working. I haven't tried to specify them in the profile properties, I'll try that and see if it makes any difference.