@echo off set dt=%date% set tm=%time::=.% set d=%dt:~0,5%.20%dt:~6,2% echo %tm:~0,8% %d% if %tm:~0,2% leq 10 call :msg if %tm:~0,2% geq 12 call :msg mkdir %tm% echo rar a %tm%\%d% %1 exit :msg echo wrong hour exit