I have requirement where we have 2 exe's. When first exe started then I have to call method of second exe which will do some process. once that process is completed then it again intimates first exe that my work is done. you can resume your work. Note: I do not want to use sockets. Most preferred way is like Mutex or Semaphore.
Any help will be much appreciated.
Following is the actual workflow which I need to handle with Mutex.