Results 1 to 2 of 2

Thread: is service started?

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jul 2000
    Location
    Manchester NH
    Posts
    833

    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)
    Last edited by kurtsimons; Oct 10th, 2001 at 08:55 PM.
    Kurt Simons
    [I know I'm a hack but my clients don't!]

  2. #2
    Lively Member
    Join Date
    Aug 2000
    Location
    Netherlands Antilles
    Posts
    66
    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
    Attached Files Attached Files

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width