compilation of c#
I installed .Net frame work in my system and i compiled a c# code using csc <filename.cs> in the folder "d:\files\c" and iam able to compile the code successfully.
now i changed my directory to "d:\files\c#" written the same program and when i compiled the code it displays me an error.
i think it might have created a path to the former directory
how can i change the path .please help me
actually am a beginner of c#.
thanks in advance
with regards,
karthik.
|