show/hide this revision's text 2 Windows is CP, not COPY, d'oh.
COPY 
CP source.log %DATE:~-4%-%DATE:~4,2%-%DATE:~7,2%.log

But it's likely locale dependent. I'm not sure if %DATE% is localized, or depends on the format specified for the short date in Windows.

show/hide this revision's text 1
COPY source.log %DATE:~-4%-%DATE:~4,2%-%DATE:~7,2%.log

But it's likely locale dependent. I'm not sure if %DATE% is localized, or depends on the format specified for the short date in Windows.