Thanks - Yes I forgot the "call" part.  Switching between C++, C#, VB, Batch
files, etc. - you start to lose your mind...

-----Original Message-----
From: James Berry [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 22, 2002 7:21 AM
To: [EMAIL PROTECTED]
Subject: Re: [DOTNET] .NET Command Window Shell


> I would create another batch file called DevCmd.bat with the following
> contents:
> vsvars32.bat
> cd "%1"

Wouldn't you need:

call vscars32.bat
cd "%1"

Seeya
James

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to