How to execute a C# script from dos ?

  • Thread starter Thread starter ilPostino
  • Start date Start date
Any ideas ?

I want a stand alone c# to just run from a command prompt?

thanks

ilPostino,

This isn't really possible. You will need to compile your code into an executable and then execute your code from there.

Hope this helps.
 
Back
Top