1
Reply

C# application which runs vbscripts

Ask a question
I have a application in C# console application which is running a vb script.I have 65 different vb scripts to ececute.I am sechuduling my exe in task messenger forr 1 script .I do not want that i run 65 instances of my application for running 65 different scripts ,I want that in my same application i ran 65 scripts at different time by using of thread and path of scripts are strored in database table.Can i do that or there is another best solution  available.Please help me on that.

Answers (1)