I have an old computer with Windows 98SE and I’d like to get a help on how to create a folder with the current date, “08-26-2008” for example (without the quotes), using a script.
I have tried
md %date:~4,2%-%date:~7,2%-%date:~10,4%
It works on Windows XP but not on Windows 98.
Thanks in advance.