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.
Loading
Karan DubalPosted Aug 19, 2010, 2:17 AM
DamodarPosted Aug 19, 2010, 10:50 AM
Karan DubalPosted Aug 18, 2010, 3:02 PM
DamodarPosted Aug 18, 2010, 9:34 AM
The vbscript file consists of data to configure the printer i.e. it consists of printers LU Id and stuff. It consists of the following information.
Set objShell = WScript.CreateObject("WScript.Shell")
obhShell.Exec "BZMP/ CPRINT/ Printer LU ID / etc... "
I need to change the LU ID from the Program i.e. show the Information of LU in a text box and when the text box is edited the LU ID in the vbscript file should change. Please tell me how to do this.
Karan DubalPosted Aug 18, 2010, 7:03 AM