Page 1 of 1

I NEED GUIDE/SCRIPT about mouse middle click renaming files/folders AND copying file name without extension included.

Posted: 15 Sep 2024 00:25
by shuklaharshit75
PROBLEM1=I NEED GUIDE/SCRIPT about mouse middle click renaming files/folders
ss.png


PROBLEM 2= copying file name without extension included.
COPY.gif

Re: I NEED GUIDE/SCRIPT about mouse middle click renaming files/folders AND copying file name without extension includ

Posted: 15 Sep 2024 01:14
by jupe
Not sure what "rename window" you mean, do you have inline rename disabled?, anyway try this:
  1. #172
  2. To Clipboard | Item Base(s)
The cmd numbers you can get from Help | List All Commands...

Re: I NEED GUIDE/SCRIPT about mouse middle click renaming files/folders AND copying file name without extension includ

Posted: 15 Sep 2024 15:29
by shuklaharshit75
PROBLEM1= mouse middle click rename works well. thanks.
mouse middle click rename works well. thanks..gif


PROBLEM 2= What i mean is put base #113 in main context menu, see image.
Clipboard Image (15 September 2024).png

Re: I NEED GUIDE/SCRIPT about mouse middle click renaming files/folders AND copying file name without extension includ

Posted: 15 Sep 2024 18:58
by jupe
That context menu isn't really customizable like that without modifying your OS. Instead I'd suggest you create your own custom menu that is accessed via alternate means, but you'd need to become accustomed to scripting yourself to do that, or alternatively there are many other methods of copying the item basename you could use, without using that menu.

Re: I NEED GUIDE/SCRIPT about mouse middle click renaming files/folders AND copying file name without extension includ

Posted: 15 Sep 2024 19:14
by shuklaharshit75
okay thanks for your help.