Search found 4 matches

by prem
18 Nov 2010 06:03
Forum: DOS Batch Forum
Topic: Dos Batch: Kill parallel jobs at the same time
Replies: 2
Views: 4655

Re: Dos Batch: Kill parallel jobs at the same time

Thankyou..Is there any way I can come out of this by one ctrl+C Following is the code of the main bat file.. D:\DAT\SAS\DMT\Lev1\SASMain\Data\MAMisc\MAbatch\jobs\old_Campaign_DB_Personal.bat call D:\DAT\SAS\DMT\Lev1\SASMain\Data\MAMisc\MAbatch\jobs\Count_db_pers.bat Following is the code for the 2 b...
by prem
18 Nov 2010 05:56
Forum: DOS Batch Forum
Topic: Unable to call multiple bat files from single bat file
Replies: 2
Views: 4706

Re: Unable to call multiple bat files from single bat file

Thankyou.. Can you tell me where exactly do I have to change in the code.. following is the code of the first and second bat file Following is the code of the first bat file... @setlocal @REM ********************************************************* @REM * Rundate 'D'YYMMDD must be specified as firs...
by prem
16 Nov 2010 01:06
Forum: DOS Batch Forum
Topic: Dos Batch: Kill parallel jobs at the same time
Replies: 2
Views: 4655

Dos Batch: Kill parallel jobs at the same time

I am running the bat job(main bat) and that will call the two bats parallely at the same time, I have tried to end the job(main bat) by ctrl+c then one bat file is getting ended, but the other bat file is still running,so again I have to do the ctrl+c to end the other bat file. So how can I kill all...
by prem
15 Nov 2010 23:48
Forum: DOS Batch Forum
Topic: Unable to call multiple bat files from single bat file
Replies: 2
Views: 4706

Unable to call multiple bat files from single bat file

I am trying to call the bat file(main.bat) which contains 2 bat files(first, second and first bat files internally calls multiple bat files and outputs that to a file(also echos) and second bat file reads that file and calculates the total and echos back to the dos so when I execute the main bat fil...