Just like topic states. I want to be able to run from the console application to iisreset, batch files, etc. How can I do this?
This is quite possible, for example:
System Diagnostics Process. Start (@ "c: \ listfile.bat");
Just like topic states. I want to be able to run from the console application to iisreset, batch files, etc. How can I do this?
This is quite possible, for example:
System Diagnostics Process. Start (@ "c: \ listfile.bat");
Comments
Post a Comment