How to disable paralel processing in batch file ?

Posted: 09-22-2008, 04:13 PM
Hello all.

I am trying to run several commands (console applications programs) in a
batch file on a multiprocessor machine. I see as a problem that the commands
are run parallel and the outputs are mixed up. In the batch file, I use
"call", and I have also tried "start /WAIT /B", but without success.
Do you know what shall I do to disable this behaviour ?

Thank you
Lukas Dobyvatel
Reply With Quote

Responses to "How to disable paralel processing in batch file ?"

Lukas Dobyvatel
Guest
Posts: n/a
 
RE: How to disable paralel processing in batch file ?
Posted: 09-26-2008, 09:13 AM
I have already found what had caused the behaviour. In my .bat file, I ran
the program through a link. In this case, the system probably does not
recognize that it is a program for whose end should it wait. When I call
directly the executable, the behaviour is all right.

Lukas Dobyvatel
Reply With Quote
 
LinkBack Thread Tools Display Modes
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Batch processing: adding short text to 2000+ jpg's hm Windows XP Photos 0 01-01-2006 05:07 PM
Batch processing Raw files in CS Lynne_Siler@adobeforums.com Mac Photoshop 4 04-27-2004 06:41 PM
jpeg option when batch processing Will_La@adobeforums.com Mac Photoshop 0 02-19-2004 01:00 AM
Processing logon batch files Craig Windows XP Network & Web 0 08-28-2003 07:01 PM
Batch Processing through the Web to HP Color LaserJet 2500 James Keneaster ABC:Services Windows XP Printers / Scanners / Fax 0 07-16-2003 04:52 AM


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90