I do not understand what you intend from your description. It is easy enough to merge the three scripts:
#do the first one
path_to_script_one $parameters_for_script_one
# do the second one
path_to_script_two # maybe this one doesn't need params
# etc
If I guess correctly what you want, you could wrap it all in a loop, and run each of the scripts only if the (label?) is appropriate for that script to be run, then exit from the loop only if the (label?) is a value that indicates it is time to stop.
You could have the individual scripts return a (label?) or you could interact with the user, or maybe something else: Your question was not clear.
griswolf
Veteran Poster
1,165 posts since Apr 2010
Reputation Points: 344
Solved Threads: 256