S
Sinu M Koshy
System.Diagnostics.Process process = new
System.Diagnostics.Process();
process.EnableRaisingEvents = false;
process.StartInfo.FileName = "c:/MacroTemp/makfile.exe";
process.StartInfo.Arguments = headerFile +" "+ outputFile;
process.Start();
process.WaitForExit();
The above code is not working in an asp.net web
application. Can some one help. It is very urgent.
Pleaseseeeeeeeeee!
Thanks in advance.
Sinu
System.Diagnostics.Process();
process.EnableRaisingEvents = false;
process.StartInfo.FileName = "c:/MacroTemp/makfile.exe";
process.StartInfo.Arguments = headerFile +" "+ outputFile;
process.Start();
process.WaitForExit();
The above code is not working in an asp.net web
application. Can some one help. It is very urgent.
Pleaseseeeeeeeeee!
Thanks in advance.
Sinu