EFS doesn't have a specific function to control this, but you could use File I/O and have your EFS check for a text file that gets set by the other application when it completes it's routine. When that file exists, have your EFS set a boolean flag that you use to allow the rest of your EFS to execute. You may also be able to have your DLL (see DLL Object) return a boolean value to your EFS directly.
Jason K.
Project Manager eSignal - an Interactive Data company
Comment