1
Answer

automation of code in c#.net

satish babu

satish babu

13y
1.7k
1
Hi friends,
    i am writing the code for transfering the data from notepad to excel in vbscript(.vbs extension) and when i double click on that the data is transfered it works fine.Same thing i want to want to call the script with c#.net code like
process.start("g:\\abc.vbs");
at this this the data is not send to the excel sheet and again i want to read the data from excel to oracle database at that time it is showing ur excel file does not open and no data error.How can i solve this code?
can any one try this in script and call with c#.net

Answers (1)