Page 1 of 1
Text in explorer address line
Posted: Oct 3rd, ’24, 08:33
by Mr.Aky
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.
Re: Text in explorer address line
Posted: Oct 3rd, ’24, 08:57
by Marko
I tried and it works for me. Maybe share your command setting.
Re: Text in explorer address line
Posted: Oct 3rd, ’24, 11:25
by Mr.Aky
%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
Re: Text in explorer address line
Posted: Oct 4th, ’24, 17:00
by Marko
I see, it seems that the focus is lost during the process. We'll test it further.
But why not using
Type: Run
Code: Select all
C:\Users\marexds\Desktop\
/C:\Users\marexds\Desktop\Folder1
/C:\Users\marexds\Desktop\Folder2
Re: Text in explorer address line
Posted: Oct 7th, ’24, 07:06
by Mr.Aky
Because I can't use a letter to select the x element if the number of folders is 6 or 7 but I have to hit down multiple times.