View Single Post
  #10 (permalink)  
Old 12-08-03, 13:41
secutanudu secutanudu is offline
Registered User
 
Join Date: May 2003
Posts: 41
So say I want to run 2 shell programs, and then some code. In that order:

App1-->App2-->code

Would this require that i use some embedded if statements. I dont wanna run app2 till app1 is done, and i dont want to run the code till app2 is done.
Reply With Quote