View Single Post
  #3  
Old 10-21-2008, 02:57 PM
praveenadini praveenadini is online now
Registered User
 
Join Date: 10-21-2008
Posts: 4
What i have done is i have created different groups. One group contains the batch file and then i need to copy the files once the batch file is done processing. But the build should continue on to the next group while the batch file(first group) is being process. If i introduce a wait statement in between the batch file execution and copy inside the first group does the build continue onto the next group while executing the batch file? Won't the build wait until the first group is done?
Reply With Quote