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

Features wanted...
Post Reply
shuklaharshit75
Posts: 42
Joined: 10 Aug 2024 10:12

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

Post 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
You do not have the required permissions to view the files attached to this post.

jupe
Posts: 3446
Joined: 20 Oct 2017 21:14
Location: Win10 22H2 120dpi

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

Post 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...

shuklaharshit75
Posts: 42
Joined: 10 Aug 2024 10:12

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

Post 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
You do not have the required permissions to view the files attached to this post.

jupe
Posts: 3446
Joined: 20 Oct 2017 21:14
Location: Win10 22H2 120dpi

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

Post 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.


Post Reply