topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Tuesday April 16, 2024, 6:33 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: [SOLVED] Context open folder with FolderTimeUpdate  (Read 5437 times)

Prep

  • Participant
  • Joined in 2005
  • *
  • default avatar
  • Posts: 19
    • View Profile
    • Donate to Member
[SOLVED] Context open folder with FolderTimeUpdate
« on: June 03, 2016, 04:35 AM »
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

  • Global Moderator
  • Joined in 2005
  • *****
  • Posts: 5,286
    • View Profile
    • Donate to Member
Re: [SOLVED] Context open folder with FolderTimeUpdate
« Reply #1 on: June 03, 2016, 10:00 AM »
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.

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

  • Participant
  • Joined in 2005
  • *
  • default avatar
  • Posts: 19
    • View Profile
    • Donate to Member
Re: [SOLVED] Context open folder with FolderTimeUpdate
« Reply #2 on: June 03, 2016, 01:16 PM »
 :up: Running 100%, knowledge is king.
Much appreciated skwire.

skwire

  • Global Moderator
  • Joined in 2005
  • *****
  • Posts: 5,286
    • View Profile
    • Donate to Member
Re: [SOLVED] Context open folder with FolderTimeUpdate
« Reply #3 on: June 03, 2016, 03:32 PM »
:up: Running 100%, knowledge is king.
Much appreciated skwire.

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