what is the short cut key to edit item names
-
kotlmg
- Posts: 321
- Joined: 30 Jun 2010 17:14
what is the short cut key to edit item names
what is the shortcut key to edit item names of rename special? i want a small script to edit item names of selected files. in those box file extensions should not come. right now edit names shows the file extensions. is it possible to not to show file extension?
-
Stefan
- Posts: 1360
- Joined: 18 Nov 2008 21:47
- Location: Europe
Re: what is the short cut key to edit item names
See XYplorer menu "Help > Make List of Commands..."kotlmg wrote:what is the shortcut key to edit item names of rename special?
To open this list of build-in commands with Notepad, to use the IDs in an script, use this script in address bar:
Code: Select all
::#705; $tmpfile="%temp%\XYComandIDs.txt"; writefile($tmpfile, "<clipboard>"); run notepad $tmpfile;You mean:kotlmg wrote:i want a small script to edit item names of selected files.
in those box file extensions should not come.
right now edit names shows the file extensions.
is it possible to not to show file extension?
File / Rename Special / Edit Item Names... #147
No, there is no such option AFAIK
.
-
kotlmg
- Posts: 321
- Joined: 30 Jun 2010 17:14
Re: what is the short cut key to edit item names
thanks . #147 is working for me. how can i call this in the script?
-
Stefan
- Posts: 1360
- Joined: 18 Nov 2008 21:47
- Location: Europe
Re: what is the short cut key to edit item names
Just as usual command with an trailing semicolon: #147;kotlmg wrote:thanks . #147 is working for me. how can i call this in the script?
Try in XYplorer address bar:
::#147;
-
kotlmg
- Posts: 321
- Joined: 30 Jun 2010 17:14
Re: what is the short cut key to edit item names
thanks, script is working.
-
kotlmg
- Posts: 321
- Joined: 30 Jun 2010 17:14
Re: what is the short cut key to edit item names
is it possible to add up and down arrows to move the items in edit box?
XYplorer Beta Club