Search found 3 matches
- 30 May 2012 08:29
- Forum: DOS Batch Forum
- Topic: Wait until several processes have ended
- Replies: 17
- Views: 19615
Re: Wait until several processes have ended
Thx a lot. But there is a another little problem. The process I start, is a java application. Therefore, in the tasklist there are several java.exe entries show but I dont know which of them has been started by me. I need a way to distinguish started process in my batch script and processes that hav...
- 30 May 2012 07:44
- Forum: DOS Batch Forum
- Topic: Wait until several processes have ended
- Replies: 17
- Views: 19615
Re: Wait until several processes have ended
Yes, I need to start them at once. This is the problem. Is there a way to use takslist or something to check whether a the process is still running?
- 30 May 2012 06:47
- Forum: DOS Batch Forum
- Topic: Wait until several processes have ended
- Replies: 17
- Views: 19615
Wait until several processes have ended
Hallo,
in my batch script I start some processes with 'start xyz abc' in a for loop. So, they are all running concurrently. What I want to do is that my batch script does not continue until these processes have been ended. Is there any way in batch to achieve this?
Thx a lot
SmurfCowboyJoe
in my batch script I start some processes with 'start xyz abc' in a for loop. So, they are all running concurrently. What I want to do is that my batch script does not continue until these processes have been ended. Is there any way in batch to achieve this?
Thx a lot
SmurfCowboyJoe