Add New folder menu default name current date
Create a bat file paste this line
1 |
md %DATE:~10,4%-%DATE:~4,2%-%DATE:~7,2%-%TIME:~0,2%-%TIME:~3,2%-%TIME:~6,2% |
and save file where you wants to save it.(folder.bat) then Open regedit (Type regedit in run) navigate to HKEY_CLASSES_ROOT\Directory\Background\shell Create new key name it whatever you wants (eg: Create Date Folder) inside Create Date Folder create new key name it command and modify it’s default value location of your bat […]