1
Finished Programs / Re: DONE: Create Folder, Give It Name: Current Date and Time
« on: September 09, 2024, 06:43 AM »
Hi all, User (not coder) Time traveller here from 2024! still relevant 14 years later. Through power of AI GPT, it was able advise how to overcome the no programme error for the background version.
[HKEY_CLASSES_ROOT\Directory\Background\shell\Create Date-Time Folder\command]
@="powershell.exe -Command \"New-Item -ItemType Directory -Path '%V' -Name (Get-Date -Format 'yyyy-MM-dd hh-mm-ss')\""
Also the time (hh-mm-ss) can be removed.
The click on folder option work first time.
thanks 4wd and you all for this. is create a lot of dated folders and this will be a great help. still relevant 14 years later!
[HKEY_CLASSES_ROOT\Directory\Background\shell\Create Date-Time Folder\command]
@="powershell.exe -Command \"New-Item -ItemType Directory -Path '%V' -Name (Get-Date -Format 'yyyy-MM-dd hh-mm-ss')\""
Also the time (hh-mm-ss) can be removed.
The click on folder option work first time.
thanks 4wd and you all for this. is create a lot of dated folders and this will be a great help. still relevant 14 years later!
