Commands to run programs using .NET

Posted by Arjun Vasudevan on Stack Overflow See other posts from Stack Overflow or by Arjun Vasudevan
Published on 2010-04-08T01:02:36Z Indexed on 2010/04/08 1:03 UTC
Read the original article Hit count: 392

Filed under:
|
|
|
|

In case I have .NET framework installed in my computer + all the necessary other language support(Perl Interpreter etc)

What are the commands I should give in the console to run programs in the following languages: 1. C 2. C++ 3. Java 4. Python 5. VB 6. C# 7. Perl 8. Ruby

Like we have for VB- vbc .vb, what are the commands to run other languages?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about command-line