raoulsson Asked: 2009-08-29 08:53:34 +0800 CST2009-08-29 08:53:34 +0800 CST 2009-08-29 08:53:34 +0800 CST Running a windows batch script in a separate process 772 I want to start a long running process from a windows batch file. The start script should just call the second script and return, end. How can I achieve this? Thanks! windows scripting batch 1 Answers Voted Best Answer EBGreen 2009-08-29T08:58:13+08:002009-08-29T08:58:13+08:00 Start LongProcess.exe
1 Answers