ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Finished Programs

[SOLVED] Context open folder with FolderTimeUpdate

(1/1)

Prep:
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.

skwire:
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.-Prep (June 03, 2016, 04:35 AM)
--- End quote ---

Based on the help file on NirSoft's site, I think you have to add the /BaseFolder switch first like this:

F:\\Portable\\FolderTimeUpdate+\\FolderTimeUpdate.exe /BaseFolder \"%1\"

Untested, and I've never used that particular program, so YMMV.

Prep:
 :up: Running 100%, knowledge is king.
Much appreciated skwire.

skwire:
:up: Running 100%, knowledge is king.
Much appreciated skwire.-Prep (June 03, 2016, 01:16 PM)
--- End quote ---

Fantastic.  I'll mark this thread as solved and move it.

Navigation

[0] Message Index

Go to full version