Wait for esecution completed
Posted: 2008-12-13T07:06:40-07:00
I have written a short program in which the output of a command is used as input for a second one.
I have noted that sometime the second command start before the first one had completed the creation of the intermediate file.
is there any method to force the command to wait the completion of the execution of the com method?
thank you!
I have noted that sometime the second command start before the first one had completed the creation of the intermediate file.
is there any method to force the command to wait the completion of the execution of the com method?
thank you!