I have a toolbar button I find really useful. It very simply allows me (with one click) to close all tabs in the current window, then open tabs for pre selected folders, auto size the columns for all tabs and lock them to the folders used most often . . . very easy in XY but incredibly useful to me
I've found the tab renaming feature to be excellent. It means I can look at a tab and read a user friendly name instead of a path name or folder name
Now, in the script I can use the #342; command to rename the tab, but this command opens up a 'user input' box to enter the name required for the tab. A bit tedious having to do it each time I open 6 or 7 new tabs
My question is, is there a way to include text for the name of the tab inside the script on the toolbar button that opens the tabs, so the tabs can be renamed automatically by XY???
A simple part of the script looks like this:
Code: Select all
#340; //Open a new tab
#353; //Now close all other tabs
goto Computer; //go to location
#372; // Auto size the columns
#350; // Lock the tab
???Can I use a command here to rename the tab without the text box appearing???
Any suggestions welcome
XYplorer Beta Club