I just started learning C# today, I ordered a book but I couldn't wait to get started.

My experience: alot of Python not much else...

I looked around your learning C# sticky but it didn't answer my question so here it is.

I've added the C# compiler csc.exe path to my Environment Variables System Variables field in Windows. I have command line open and am in a folder with three .cs files.

To compile them I type csc.exe FILENAME in the command prompt at the folder location of the FILENAME correct?

This does not work, it tells me: 'csc' is not recognized as an internal or external command, operable program or batch file. But I've added the compilers executable path to my System Variables. What is wrong?

Thank you for your responses and patience with my ignorance.