I did something like thathelmut wrote:With a batch file this might be possible. There's ways to extract parts for the date and string them together, an example which uses the currrent date:Code: Select all
set CREATION_DATE=%DATE:~6,4%-%DATE:~3,2%-%DATE:~0,2%
thanks