0
Answer

how to run batch file in asp.net but i run this application thru IIS it doen't work

Photo of chaitali kulkarni

chaitali kulkarni

18y
2.7k
1
how to run batch file in asp.net but i run this application thru IIS it doen't work
which contain the program to run batch file the code is
process proc=new process.start("C:\installl.bat");

whenever i my application run from another machine and no error diplay on console
 
 

Answers (0)