I need to write a little C# code for a programming test and downloaded Zeus. I have a workspace, with a project and in the Source Files folder, I have created a file called 'prog1.cs'. Now how do I actually run it??
I know this is a silly, simple query but I'm really stuck.
When I click on 'Compile', I get the following error:
Debug: Command Line: C:\Windows\system32\cmd.exe /c csc.exe /debug /r:System.dll; "C:\Users\Nick\Documents\Programming\prog1.cs"
Debug: Started Process ID: 0x690
'csc.exe' is not recognized as an internal or external command,
operable program or batch file.
Please help!
Thanks, Nick
