Search found 3 matches
- 15 Apr 2012 13:35
- Forum: DOS Batch Forum
- Topic: Running 2 or more programs sequentially and iteratively
- Replies: 8
- Views: 7262
Re: Running 2 or more programs sequentially and iteratively
My problem is both programs hit 100% CPU and stay there. They do a lot of processing till I force stop them. Since I only have one computer running both in parallel will degrade war performance for one application due to switching.... What I want is to divide say a period of 24 hours for example bet...
- 15 Apr 2012 13:31
- Forum: DOS Batch Forum
- Topic: Running 2 or more programs sequentially and iteratively
- Replies: 8
- Views: 7262
Re: Running 2 or more programs sequentially and iteratively
Hello,
Thanks for your replies guys.
The trick didn't work. the first error says the command in the given path isn't found. I guess it is killed before being found by taskkill or something.
Thanks for your replies guys.
The trick didn't work. the first error says the command in the given path isn't found. I guess it is killed before being found by taskkill or something.
- 14 Apr 2012 15:20
- Forum: DOS Batch Forum
- Topic: Running 2 or more programs sequentially and iteratively
- Replies: 8
- Views: 7262
Running 2 or more programs sequentially and iteratively
Hello, I would like to run to batch programs that run sequentially, as such each takes 30 min. CPU time then stops. The other programs starts for another 30. min then stops and the first runs again..... i.e path\Program1 ----- run for 30 min. or whatever time set... stop or sleep path\Program2 ---- ...