Wrox Programmer Forums
|
General .NET For general discussion of MICROSOFT .NET topics that don't fall within any of the other .NET forum subcategories or .NET language forums.  If your question is specific to a language (C# or Visual Basic) or type of application (Windows Forms or ASP.Net) try an applicable forum category. ** PLEASE BE SPECIFIC WITH YOUR QUESTION ** When posting here, provide details regarding the Microsoft .NET language you are using and/or what type of application (Windows/Web Forms, etc) you are working in, if applicable to the question. This will help others answer the question without having to ask.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the General .NET section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old January 20th, 2007, 06:38 AM
Registered User
 
Join Date: Dec 2006
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default Command Prompt

hi
i would like to know more about commands used in visual studio command prompt, like IL DASM
Anybody please reply

regards
kartki.d

 
Old January 21st, 2007, 11:22 PM
Authorized User
 
Join Date: Feb 2006
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to karthiklsimha
Default

Hi
Check this below link ..

http://msdn.microsoft.com/library/de...eworkTools.asp

This link has a set of .NET Framework Tools..


Regards,
Karthik Simha
 
Old January 25th, 2007, 12:29 PM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

There's really nothing special about the .NET command prompt. It just opens a standard command prompt but makes some configuration modifications. Taking a look at the differences between my standard cmd configuration and the .net cmd I see these changes/additions in environment variables:

DevEnvDir=C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\IDE
FrameworkDir=C:\WINDOWS\Microsoft.NET\Framework
FrameworkSDKDir=C:\Program Files\Microsoft Visual Studio .NET 2003\SDK\v1.1
FrameworkVersion=v1.1.4322
INCLUDE=C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\ATLMFC\INCLUDE;C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\INCLUDE;C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\PlatformSDK\include\prerelease;C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\PlatformSDK\include;C:\Program Files\Microsoft Visual Studio .NET 2003\SDK\v1.1\include;C:\Program Files\Microsoft Visual Studio .NET 2003\SDK\v1.1\includeLIB=C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\ATLMFC\LIB;C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\LIB;C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\PlatformSDK\lib\prerelease;C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\PlatformSDK\lib;C:\Program Files\Microsoft Visual Studio .NET 2003\SDK\v1.1\lib;C:\Program Files\Microsoft Visual Studio .NET 2003\SDK\v1.1\LibMSVCDir=C:\Program Files\Microsoft Visual Studio .NET 2003\VC7
VCINSTALLDIR=C:\Program Files\Microsoft Visual Studio .NET 2003
VSINSTALLDIR=C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\IDE

I also notice these additions to the path variable:
C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\IDE
C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\BIN
C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\Tools
C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\Tools\bin\prerelease
C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\Tools\bin
C:\Program Files\Microsoft Visual Studio .NET 2003\SDK\v1.1\bin
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322


-Peter





Similar Threads
Thread Thread Starter Forum Replies Last Post
command prompt karthisena BOOK: ASP.NET Website Programming Problem-Design-Solution 1 February 27th, 2007 04:11 AM
Command Prompt joconnor PHP How-To 1 August 11th, 2004 06:29 AM
compiling from command prompt shakeelw BOOK: Professional C#, 2nd and 3rd Editions 2 July 13th, 2004 07:38 PM
VS.NET Command Prompt organicglenn BOOK: ASP.NET Website Programming Problem-Design-Solution 1 April 1st, 2004 02:39 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.