-
is service started?
I wrote an app that requires that a service has already started before it can start.
How can I make my app wait for the service to finish initalizing before it attempts to load?
the service name is
"Dialogic System Service"
its processes
dlgc_srv.exe
( I am figuring I can monitor the process to see if it exists some how)
-
1 Attachment(s)
Hi,
I believe this can help if you are still in need of a way to detect or start your app after the dialogic cards are started.
place the dlgwait.exe in the folder with your app and make a
batch file .
put it a shortcut of your batch file to run from the startup menu folder.
example...
create the batch file name startup.bat
and in it. add the following , path to your voice app and the dlgwait files.
CD \Switch
dlgwait
START SWITCH
dlgwait will wait till the service is started and then allow any other application that you name in the batch file to start
hope this helps.
EL