
- Clipboard-1.png (12.27 KiB) Viewed 2953 times
in this image the first script is the "favs" menu (self explanatory)
next is "0AllMenus" this is where I can reach all
next is "CommentRenamer" I was working on (completed but not moved)
the next 3 do the same thing (should have moved)
"Virtual Machines G2" is a folder I use for testing so in regular use (G2 = goto)
"Folders1 -G2" fav folders goto menu
"move to" fav folders moveto menu
"musicFolders G2" goto menu
"scriptXY" fav scripts & goto menu
"send this tab home" does what it says
next 2 folders are goto regular use
next is moveto (M2 = moveto)

- Clipboard-2.png (8.81 KiB) Viewed 2953 times
this image is my "favs"
first is a menu called "0afull676" this is an experiment in which there are 26 menus with 26 items
next again AllMenus (so usefull)
"AllButtons" is the original
the next 5 buttons you might recognize (also very useful if you don't want an XYicon permanently showing)
finally 2 scripts I have developed from forum

- Clipboard-3.png (18.62 KiB) Viewed 2953 times
this image is my "0AllMenus"
every button (left and right click),script and even Catalog items are available from here.
"z" items are from Catalog
btw PD is one of those inferior file managers
here is a menu showing partly what you had in your image
Code: Select all
"TEST MENUs " //change here
"Edit Button : editButton" UserButton(1, 128); //change here
"Customize Toolbar : custTB" Button("ctb1", 256);
"Edit script : edit"
$ScriptFile= self ("file");
run notepad $ScriptFile,w;
"-"
"<- TestMenus|:TestMenus|1 :" Load("menus\TestMenus.xys"); //change here
"-"
"Nuke ->|:nuke : nukeME" Load("*","_nukeMD;-;_nukeL;_nukeR;_nukeD");
"<- Nuke|:nuke|1 : _nukeMD" Load("*");
"&Left Click|:nuke : _nukeL" Button("nuke", 1);
"&Right Click|:nuke : _nukeR" Button("nuke", 2);
" ->" load (-);
"Browse Network ->|:browsenetwork : browsenetworkME" Load("*","_browsenetworkMD;-;_browsenetworkL;_browsenetworkR;_browsenetworkD");
"<- Browse Network|:browsenetwork|1 : _browsenetworkMD" Load("*");
"&Left Click|:browsenetwork : _browsenetworkL" Button("browsenetwork", 1);
"&Right Click|:browsenetwork : _browsenetworkR" Button("browsenetwork", 2);
"Branch View ->|:flatview : flatviewME" Load("*","_flatviewMD;-;_flatviewL;_flatviewR;_flatviewD");
"<- Branch View|:flatview|1 : _flatviewMD" Load("*");
"&Left Click|:flatview : _flatviewL" Button("flatview", 1);
"&Right Click|:flatview : _flatviewR" Button("flatview", 2);
" ->" load (-);
"Open With ->|:openwith : openwithME" Load("*","_openwithMD;-;_openwithL;_openwithR;_openwithD");
"<- Open With|:openwith|1 : _openwithMD" Load("*");
"&Left Click|:openwith : _openwithL" Button("openwith", 1);
"&Right Click|:openwith : _openwithR" Button("openwith", 2);
" ->" load (-);
" ->" load (-);
"Show drive_C ->|:drive_C : drive_CME" Load("*","_drive_CMD;-;_drive_CL;_drive_CR;_drive_CD");
"<- Show drive_C |:drive_C|1 : _drive_CMD" Load("*");
"&Left Click|:drive_C : _drive_CL" Button("drive_C", 1);
"&Right Click|:drive_C : _drive_CR" Button("drive_C", 2);
" ->" load (-);
"Show drive_D ->|:drive_D : drive_dME" Load("*","_drive_dMD;-;_drive_dL;_drive_dR;_drive_dD");
"<- Show drive_D |:drive_D|1 : _drive_dMD" Load("*");
"&Left Click|:drive_D : _drive_dL" Button("drive_D", 1);
"&Right Click|:drive_D : _drive_dR" Button("drive_D", 2);
" ->" load (-);
"these next 3 are produced with MenuProducer ->" load (-);
"copyto D drive then moveto then backupto ->" load (-);
"D C2->|D:\" copyto ("D:\")
"D M2->|D:\" moveto ("D:\")
"D B2->|D:\" backupto ("D:\")
" ->" load (-);
" ->" load (-);
" ->" load (-);
" ->" load (-);
" ->" load (-);
" ->" load (-);
" ->" load (-);
" ->" load (-);
" ->" load (-);
" ->" load (-);
"CANCEL"