I'm trying to add a context entry to a selected folder which will open a program's GUI.
The program is a standalone named FolderTimeUpdate (NirSoft), 120 KB.
It's easy enough via the Registry HKEY_CLASSES_ROOT\Folder\shell\Folder Time\command
and
F:\\Portable\\FolderTimeUpdate+\\FolderTimeUpdate.exe \"%1\"
It works but that gets me nowhere because the actual folder path is not selected. I must still drag & drop the folder onto the opened GUI.
Is this an impossible action or should I change the command key?
Any tips most welcome.