Hello All;
Looking for envar settings for C# running XP at the command line. In java, to get 'java' and 'javax' at the command line, a classpath and a path must be entered in XP's system properties in the environment variable dialog.
My problem is to find the right declarations to enter in the envars for the path to C#'s csc, in order to access it from the command line.Any help here appreciated.
All the best,
Mike Warwick
Kirtan PatelPosted Nov 22, 2009, 10:51 PM
path value is
C:\Windows\Microsoft.NET\Framework\v3.5
if using (Visual Studio 2005 ) then same path but Just change that v3.5 to Any .Net 2.0 folder
if my answer helps you then check "do you like this answer check box please" :)
Sam HobbsPosted Nov 22, 2009, 7:14 PM