How to execute a C# script from dos ?

  • Thread starter Thread starter ilPostino
  • Start date Start date
I

ilPostino

Any ideas ?

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

thanks
 
ilPostino said:
Any ideas ?

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

Then build a console application - what problem are you having?
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top