I have trouble executing code that I have written in notepad++. As from what I have researched online, I should edit path in system variable to this C:\Windows\Microsoft.NET\Framework64\v4.0.30319. I have already changed it and it's still not working. After I type in test.cs, a windows form will pop up stating that windows can't open this file. Here is an image of my command line:

Here is also the small code that I have written:
using System;
public class Test
{
static void Main()
{
Console.WriteLine("***");
}
}
test.exe.test.csis your source file andtest.exeis the executable file.