I have C++ a program in the works called OFFAD (Open File From All Directories).
Based on the image below, here's how it works:
- You right click on "C:\My Documents\zavaboy.net\party\dancefloor.html" in Windows Explorer and in the context menu, you select "Open from all dirs".
- It will then launch my program passing the file to it.
- My program will then immediately open the following if they exist:
- C:\My Documents\zavaboy.com\party\dancefloor.html
- C:\My Documents\zavaboy.net\party\dancefloor.html
- C:\My Documents\zavaboy.org\party\dancefloor.html
- My program will then exit.

More information about this will be added to this page as development progresses.