Hi, > Nice to see the response, but its ambiguous. > Can you please elaborate your idea? If I have to run 'app' and invoke 'app2' when 'app' exits
just create a app.sh that first calls app and have app2 after it. now, remember not to background app. Its not the most brilliant thing to do, but yes it probably can get you started. <script> #!/bin/bash app app2 <script ends> Now there are $ variables that can get you the pid etc, right? Abishek _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
