Posted by member 7 on 2004-02-01 15:04:47 link

This opens the litestep folder in an explorer window when you click on the entry:
*Popup "litestep folder" !execute ["$FileManager$" /e,"$LiteStepDir$"]

This on the other hand opens it "dynamically":
*Popup "litestep folder" !PopupDynamicFolder:"$LiteStepDir$"
Is this what you're looking for? The /e is Windows Explorer-specific by the way, it tells it to show the treeview on the left.