--- In [email protected], "ciber_slash" <[EMAIL PROTECTED]> wrote:

> It is good, but how can insert in this menu items "My computer", "My
> Documents" ?
>

You could use something like this, but menu folder is not very useful
on large folders because their size tends to exceed the size of the
screen. Instead of Menu Folder you could use explorer for My Documents
giving its ClsID of 
::{20D04FE0-3AEA-1069-A2D8-08002B30309D}

[TESTMenu:Properties]
Format1 = IconSize: 16 Position: Floating
Format2 = MaxText: 32
Format3 = Flat
Format4 = TopMost Border AllVDesks 3DFrame TextCenter BarSize

[1]
Label = My Computer
LCmd1 = explorer.exe
LParam1 = /n, /e,::{20D04FE0-3AEA-1069-A2D8-08002B30309D}
MCmd1 = (none)
RCmd1 = (none)

[2]
LCmd1 = *Menu
LParam1 = Folder &(env("userprofile")++?"\Desktop ,
"++env("userprofile")++?"\My Documents\")
LWork1 = nosubdir folderstart foldertop embed Maxtext 32 
MCmd1 = (none)
RCmd1 = (none)


Reply via email to