I'm facing a problem of what to use to handle this question, I just need some suggestion like using what approach to do it, or others.
My question is like this: below here is the process flow of my question: I may need to read the text file, inside the text file will contain the task, like task 1, 2,4,7. Based on all these task numbers, I'll need to get the correct script that is placed in another folder, then start the process.
It will be processed one by one, until all the task in the text file have been processed.
I just need some suggestion on how can I run the script after I read the text file, the script actually need to be manually copy into the console, I need to make it more automated, this is the point.
Any suggestion for me? Or any idea on it? thanks for your answer.