OFFAD (Open File From All Directories)

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:

  1. 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".
  2. It will then launch my program passing the file to it.
  3. My program will then immediately open the following if they exist:
    1. C:\My Documents\zavaboy.com\party\dancefloor.html
    2. C:\My Documents\zavaboy.net\party\dancefloor.html
    3. C:\My Documents\zavaboy.org\party\dancefloor.html
  4. My program will then exit.

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