I want to compile C code from the Command Prompt in Windows. I have added the environment variable to the PATH and I can compile .cs files with: csc app.cs
csc app.cs
MinGW provides a popular command-line GCC compiler for Windows.