1
Answer

C# application which runs vbscripts

Neerav Sachdeva

Neerav Sachdeva

14y
6.7k
1
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)
0
Roberto Mason

Roberto Mason

NA 5 11.7k 17y
I feel foolish, Spent all day searching for the answer. 5 minutes after this post, I resume, and found the answer. Here is the simple code, one line bindingNavigatorMoveLastItem.PerformClick()