I found a topic about editing the explorer's context menu here : http://www.hydrogenaudio.org/forums/lofive...php/t37569.html
I used follwoing code for editing the registry:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\shell\foobar2000.play]
@="Play in foobar2000"
[HKEY_CLASSES_ROOT\Directory\shell\foobar2000.play\command]
@="\"C:\\Program Files\\foobar2000\\foobar2000.exe\" \"%1\""
[HKEY_CLASSES_ROOT\Directory\shell\foobar2000.enqueue]
@="Enqueue in foobar2000"
[HKEY_CLASSES_ROOT\Directory\shell\foobar2000.enqueue\command]
@="\"C:\\Program Files\\foobar2000\\foobar2000.exe\" /add \"%1\""
This worked fine for ading folders into foobar. However i would like the same options in the context menu for adding and enqueuing single files in foobar (v 0.9 beta 13).
How can i do this?