473,748 Members | 10,569 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 5675
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.publi c.dotnet.langua ges.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.publi c.dotnet.langua ges.csharp]
Nov 16 '05 #2
Or you can run "C:\Program Files\Microsoft Visual Studio .NET
2003\Common7\To ols\vsvars32.ba t" after cmd.exe..
:)

--
Girish Bharadwaj
http://msmvps.com/gbvb
"Richard Blewett [DevelopMentor]" <ri******@devel op.com> wrote in message
news:eu******** *****@TK2MSFTNG P11.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.publi c.dotnet.langua ges.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.publi c.dotnet.langua ges.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_RO OT\Directory\sh ell\VSDosHere]
@="Visual Studio .NET 2003 Command Prompt"

[HKEY_CLASSES_RO OT\Directory\sh ell\VSDosHere\c ommand]
@="C:\\WINNT\\s ystem32\\cmd.ex e /k \"C:\\Progra m Files\\Microsof t
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.o rg> wrote in message
news:e%******** ********@TK2MSF TNGP15.phx.gbl. ..
Or you can run "C:\Program Files\Microsoft Visual Studio .NET
2003\Common7\To ols\vsvars32.ba t" after cmd.exe..
:)

--
Girish Bharadwaj
http://msmvps.com/gbvb
"Richard Blewett [DevelopMentor]" <ri******@devel op.com> wrote in message
news:eu******** *****@TK2MSFTNG P11.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.publi c.dotnet.langua ges.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.publi c.dotnet.langua ges.csharp]




Nov 16 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
7093
by: red | last post by:
I know this is probably a faq but it is hard to search for this exact problem. When I put this on a php page: <? $link = mysql_connect("localhost", "cardini", "password") or die("Could not connect : " . mysql_error()); echo "Connected successfully\n"; mysql_select_db("articles") or die("Could not select database");
8
18470
by: John | last post by:
Hello. I am currently working through a book on Dreamweaver and using PHP. I am having a little trouble with setting up the database though. I have php 4.2.3 and MySQL 4.0.20a. I am running locally with Apache 1.3.27 on Windows XP Pro. I seem to have finally got MySQL running after a lot of difficulty. In the book it says to type source C:\mysql\newland_tours.sql at the mysql> prompt, to generate the newland_tours database in my...
5
2794
by: Jeff Amiel | last post by:
Yes, I've read the FAQ's... I'm still confused. I'm trying to help out a buddy to extract data from an .mdb file that has special 'permissions' on it. If I try to open it with the standard system.mdw file, I get the "Current user account doesn't have permission to covert or enable this database".
16
14945
by: tekknow | last post by:
How can one FTP to one's site via VBA (or built in Access control)? Examples of required funtions would be: file upload, download, delete, rename, move, and director listing. Thanks in advance
3
3618
by: JMCN | last post by:
How can I use FTP from Access 2003 with Windows 2003. Any suggestions? Thanks - jung
4
2528
by: glenn | last post by:
I keep reading all sorts of books on VS that keep telling me to click on Tools/Visual Studio Command prompt to run this program or that program. However, I do not have such a menu choice. Where is this menu? thanks, glenn
5
2688
by: Lyle Fairfield | last post by:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndotnet/html/callnetfrcom.asp The Joy of Interoperability Sometimes a revolution in programming forces you to abandon all that's come before. To take an extreme example, suppose you have been writing Visual Basic applications for years now. If you're like many developers, you will have built up a substantial inventory of code in that time. And if you've been following...
2
37538
by: tonytony24 | last post by:
Hi All: I was wondering if there's a simple way to call a MS Access Module through either Command Prompt MS Script any other way... Thanks for the response.
3
5116
by: kimiraikkonen | last post by:
Hi experts, I just want to ask a simple procedure of my simple form. My form has a input textbox and a button. I want this if you can help me: Application user types a command prompt command like "dir" into "textbox", then after clicking "button", command prompt(cmd) should run with the prompt that user has written already into "textbox" .
0
8831
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9548
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9374
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9249
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
4607
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4876
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3315
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2787
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2215
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.