Compiler Options

How to check the compiler options in .NET 2003 ?

It has been put in MSDN that there are various options.But what is the command?

[132 byte] By [Vidya.B] at [2007-12-16]
# 1
Hi,

Goto Visual Studio.NET 2003 Command Prompt and type CL /?

It should list all of the options shown here:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vccore/html/_core_compiler_command.2d.line_syntax.asp

Regards,
Vikram

Vikram at 2007-9-9 > top of Msdn Tech,Visual C++,Visual C++ General...