How to make changes to a vbscript file using C#
I have a vbscript file with extension (.vbs) which consists of some data. I have to change the data using C#. I have to put a text box in a form and then the value entered must be changed in the vbscript file. How is this possible using C#. Please help me to do that. This is a bit urgent.
Thank you in advance.