I don\'t know much about windows .bat file syntax. My simple requirement is to create a folder at a specific location with name as current date. I tried searching this on go
You'll like this, change it so that it can suit your requirements.
mkdir today Copy Desktop\test1\*.* today setlocal enableextensions set name=%DATE:/=_% Rename "today" _OlddatabaseBackup_"%name%"