|
From: Earnie B. <ea...@us...> - 2009-01-12 16:12:53
|
Quoting Earnie Boyd <ea...@us...>: > > Quoting John Ratliff <web...@te...>: > >> My new problem is >> that start doesn't wait for anything to finish, so my script continues >> before it's supposed to (or can). I tried adding //WAIT, but it didn't. >> > > What if you replace start with cmd instead? Start creates a new parent > process. Cmd should execute as a child process. > Clarification: $ cmd //c command //switch Without //c the cmd process is executed and the not the command. Earnie |