Executing a hidden/background program



Using wxPython, I'm looking to build a GUI app for a daemon-based app,
on Win32 platform, how would I go about executing the daemon app so it
stays in the background when the Py app is running? It's critical that
the child process exit when the Py app exits/crashes.
.



Relevant Pages

  • Re: Definitely a Newbie--Need an example
    ... bought a used VBS book harking back to 1999. ... as I mentioned below about the app executing the command RunVBScript. ... They implement WSH (Windows Script Host), ...
    (microsoft.public.scripting.vbscript)
  • RE: JIT Debugging error when trying to exec app external to ASP.NET
    ... Based on your description on the custom program "macrun.exe" which will ... System.Diagnostics.Process class to executing a new process, ... so running that external app from asp.net app ... JIT Debugging error when trying to exec app external to ASP.NET ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: coverage analysis tools
    ... > So I go looking for our function which we use to open a modal window. ... > new here and don't know the app very well. ... But it is executing SOME modal window. ... > aiding in regression testing. ...
    (microsoft.public.inetserver.asp.general)
  • First PageMethod blocks second page method from executing
    ... I am executing an AJAX page method that is a long running task. ... starting the first method, I execute a second page method to retrieve the ... For the life of me I cannot figure out the difference between my main app ... function WebMethod1Completed(results, context, methodName) ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Problem with reading processs output using BeginOutputReadLine
    ... I modified one of my sync working proggis to your method and for me it works fine. ... I do not know all the dteails about the MTA/STA threading, but so far I know, a forms app uses STA. ... I tried to move the code for executing the process to a another method called executeProcessand then modified the Form1__Loadto contain this: ...
    (microsoft.public.dotnet.languages.csharp)