I have a right-click context menu item that shows up for drive letters in Windows Explorer. I would like to make it conditional by executing a program with the drive letter passed as a parameter that could query if the drive should have the context menu item or not. The program could return 1 or 0 to indicate if it should show or not.
Is there a way to do that?
TIA!!