.netcommand-line

Commands to compile programs on Windows


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 compile 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 program_name.vb, what are the commands to compile programs in other languages?


Solution