472,119 Members | 1,786 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,119 software developers and data experts.

how to access vs.nt command prompt?

Rog
Yes, I am guessing that typing cmd in the run
windows will bring up the command prompt, but not the
vs.net command prompt. Is there a switch(s) for accessing
the vs.net command prompt? Or do you get to it from the
VS.net IDE?

Thanks,
Rog
Nov 16 '05 #1
3 5541
I normally copy the shortcut from the menu to my quicklaunch bar

Regards

Richard Blewett - DevelopMentor
http://staff.develop.com/richardb/weblog

nntp://news.microsoft.com/microsoft.public.dotnet.languages.csharp/<1f****************************@phx.gbl>

Yes, I am guessing that typing cmd in the run
windows will bring up the command prompt, but not the
vs.net command prompt. Is there a switch(s) for accessing
the vs.net command prompt? Or do you get to it from the
VS.net IDE?

Thanks,
Rog

---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.769 / Virus Database: 516 - Release Date: 24/09/2004

[microsoft.public.dotnet.languages.csharp]
Nov 16 '05 #2
Or you can run "C:\Program Files\Microsoft Visual Studio .NET
2003\Common7\Tools\vsvars32.bat" after cmd.exe..
:)

--
Girish Bharadwaj
http://msmvps.com/gbvb
"Richard Blewett [DevelopMentor]" <ri******@develop.com> wrote in message
news:eu*************@TK2MSFTNGP11.phx.gbl...
I normally copy the shortcut from the menu to my quicklaunch bar

Regards

Richard Blewett - DevelopMentor
http://staff.develop.com/richardb/weblog

nntp://news.microsoft.com/microsoft.public.dotnet.languages.csharp/<1f****************************@phx.gbl>
Yes, I am guessing that typing cmd in the run
windows will bring up the command prompt, but not the
vs.net command prompt. Is there a switch(s) for accessing
the vs.net command prompt? Or do you get to it from the
VS.net IDE?

Thanks,
Rog

---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.769 / Virus Database: 516 - Release Date: 24/09/2004

[microsoft.public.dotnet.languages.csharp]

Nov 16 '05 #3
My solution....
1) first edit vcvars32.bat to add the line:
@if not "%1" == "" cd %1
just before the
@goto end

2) Run the following RegEdit Script (I've attached it, but one's
newsreader may balk at that)
[HKEY_CLASSES_ROOT\Directory\shell\VSDosHere]
@="Visual Studio .NET 2003 Command Prompt"

[HKEY_CLASSES_ROOT\Directory\shell\VSDosHere\comman d]
@="C:\\WINNT\\system32\\cmd.exe /k \"C:\\Program Files\\Microsoft
Visual Studio .NET 2003\\Common7\\Tools\\vsvars32.bat\" %1"

3) Thereafter, just right click on a folder in Windows Explorer, and
choose "Visual Studio .NET 2003 Command Prompt". It will open a dos window
in the folder, and run vcvars32.

--
Truth,
James Curran
Home: www.noveltheory.com Work: www.njtheater.com
Blog: www.honestillusion.com Day Job: www.partsearch.com
(note new day job!)
"Girish Bharadwaj" <gi*****@mvps.org> wrote in message
news:e%****************@TK2MSFTNGP15.phx.gbl...
Or you can run "C:\Program Files\Microsoft Visual Studio .NET
2003\Common7\Tools\vsvars32.bat" after cmd.exe..
:)

--
Girish Bharadwaj
http://msmvps.com/gbvb
"Richard Blewett [DevelopMentor]" <ri******@develop.com> wrote in message
news:eu*************@TK2MSFTNGP11.phx.gbl...
I normally copy the shortcut from the menu to my quicklaunch bar

Regards

Richard Blewett - DevelopMentor
http://staff.develop.com/richardb/weblog

nntp://news.microsoft.com/microsoft.public.dotnet.languages.csharp/<1f****************************@phx.gbl>

Yes, I am guessing that typing cmd in the run
windows will bring up the command prompt, but not the
vs.net command prompt. Is there a switch(s) for accessing
the vs.net command prompt? Or do you get to it from the
VS.net IDE?

Thanks,
Rog

---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.769 / Virus Database: 516 - Release Date: 24/09/2004

[microsoft.public.dotnet.languages.csharp]




Nov 16 '05 #4

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

3 posts views Thread by red | last post: by
5 posts views Thread by Jeff Amiel | last post: by
16 posts views Thread by tekknow | last post: by
3 posts views Thread by JMCN | last post: by
4 posts views Thread by glenn | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.