What's wrong with **quit()** to terminate configEditor?

I also think you'll need startProcess rather than **execCmd** (which waits for 
the command to complete)
    
    
    import osproc
    
    discard startProcess("App-A.exe",options={poUsePath,poDaemon})
    
    
    
    Run

Reply via email to