HI,
I think you can add an entry for folders. With explorer: files association configuration through a menu item (a tab in the window which manage preferences, behavior of Explorer, ...)) then append an entry like this:
Code: Select all
name: play with VLC
command: vlc "%1"
You can also do it editing the registry but like this you should be able to do the stuff. If you need to edit the registry, you will find all file extensions in HKLM iirc, and structure is easy to understand.
regards,
anthony