I can use a directory name in any program's save dialog by using a shortcut with a selection form.
With the selection form, I can choose from various directories, and it works well.
However, it may seem impossible to put the same directory name in the Explorer address line.
Text in explorer address line
I tried and it works for me. Maybe share your command setting.
%SELECT_Selezione%
Name:Selezione
Description:
Folder
Type: Listbox
Selection:
C:\Users\marexds\Desktop\
C:\Users\marexds\Desktop\Folder1
C:\Users\marexds\Desktop\Folder2
When I click on the address bar and push the shortkey the selection form appears but then
nothing happens
Name:Selezione
Description:
Folder
Type: Listbox
Selection:
C:\Users\marexds\Desktop\
C:\Users\marexds\Desktop\Folder1
C:\Users\marexds\Desktop\Folder2
When I click on the address bar and push the shortkey the selection form appears but then
nothing happens
I see, it seems that the focus is lost during the process. We'll test it further.
But why not using
Type: Run
But why not using
Type: Run
Code: Select all
C:\Users\marexds\Desktop\
/C:\Users\marexds\Desktop\Folder1
/C:\Users\marexds\Desktop\Folder2