How do I ensure the child process has started without waiting for it to complete? Here is my code.
const runMyProc = () => { const cmd = "MyProc";