blackhalo15
Booby Pie
- Joined
- Aug 7, 2003
- Messages
- 209
I'm trying to learn C#, and I went to www.mastercsharp.com, and then went to microsoft and downloaded and installed the .NET Framework Redistributable Package, and then downloaded and installed the .NET Framework Software Development Kit. And then, I took the hello world tutorial, (I wrote everything in notepad, and saved it as "HelloWorld.cs", with quotations, exactly the way www.mastercsharp.com had it.) and when I was finished, I went to command, like the tutorial said. And then I did what the tutorial said to do. I went to cd\, so that way it went to the root of the drive. (C:\) And then I went to "cd csharp", because that's where I saved "HelloWorld.cs", and then I typed csc Helloworld.cs, just like the tutorial said to do, but it didn't compile! I got a message saying, "CSC is not recognized as an internal or external file command, operable program, or batch file. Can someone please explain to me how to do this correctly?