H
Hal Meyer
Greetings. I am trying to simply have a batch file run on the server from an
ASP.NET webform. I had started out with a rather full-figured
implementation, using properties to add arguments, redirect output, etc...
however, even when reduced to the simplest form:
System.Diagnostics.Process.Start("C:\\testing.bat");
Absolutely nothing happens whatsoever. No error, nothing. Am I, a
self-professed C# noob, missing something obvious here? TIA..
Hal Meyer
ASP.NET webform. I had started out with a rather full-figured
implementation, using properties to add arguments, redirect output, etc...
however, even when reduced to the simplest form:
System.Diagnostics.Process.Start("C:\\testing.bat");
Absolutely nothing happens whatsoever. No error, nothing. Am I, a
self-professed C# noob, missing something obvious here? TIA..
Hal Meyer