Posted by member 2111 on 2004-02-22 22:48:19 link
Sleepwalker
If you edit your popup menu, you can add command line switches to the end of the command eg.
"$FileManager$" /e,c:\
By doing this, you can easily create multiple explorer popups that point to different directories or drives.
For your first problem, to open my computer and no tree, try this as the shortcut -
"$FileManager$" /n,::{20D04FE0-3AEA-1069-A2D8-08002B30309D}
For the second problem, My documents, create a shortcut that has the path -
"$FileManager$" /root,"Path to My Documents"
So in your popup file you could have two entries such as -
*Popup "explorer" "$FileManager$" /e,c:\
*Popup "my computer" "$FileManager$" /n,::{20D04FE0-3AEA-1069-A2D8-08002B30309D}
and that will create two menu entriesI hope that makes sense. I have done this on XP but it should work for other falvours of windows as well.
It had a typo I had to fix.
If you edit your popup menu, you can add command line switches to the end of the command eg.
"$FileManager$" /e,c:\
By doing this, you can easily create multiple explorer popups that point to different directories or drives.
For your first problem, to open my computer and no tree, try this as the shortcut -
"$FileManager$" /n,::{20D04FE0-3AEA-1069-A2D8-08002B30309D}
For the second problem, My documents, create a shortcut that has the path -
"$FileManager$" /root,"Path to My Documents"
So in your popup file you could have two entries such as -
*Popup "explorer" "$FileManager$" /e,c:\
*Popup "my computer" "$FileManager$" /n,::{20D04FE0-3AEA-1069-A2D8-08002B30309D}
and that will create two menu entriesI hope that makes sense. I have done this on XP but it should work for other falvours of windows as well.
It had a typo I had to fix.