Respuesta
en
MS-DOS
a
Cómo crear carpeta con fecha actual?
Ya pude, usé este comando @echo off set carpeta=C:\Users\luis_\Desktop\respaldos for /f %%x in ('wmic path win32_utctime get /format:list ^| findstr "="') do set %%x set today=%Year%-%Month%-%Day% pushd %carpeta% for /f "tokens=* delims=" %%x in...