David,
Is the error that you're getting "'c:\program' is not recognized as an
internal or external command, operable program or batch file."? If so, I
think you can work around this by doubling the quotes, i.e., setting the
Arguments to
/K ""c:\program files\Microsoft Visual Studio
.NET\Common7\Tools\vsvars32.bat""
This works for me, but I can't find it documented anywhere. I'll make a
note of this problem and try to get a product fix, or better documentation,
in a future version of Visual Studio.
Thanks!
--
Paul
VS Core Team
This posting is provided "AS IS" with no warranties, and confers no rights.
Quote:> I would like to add a "Command Window" tool under the
> Tools menu, however I cannot figure out how to get
> the "External Tools" dialog box to accept my arguments
> correctly:
> Command:
> C:\WINNT\system32\cmd.exe
> Arguments:
> /K "c:\program files\Microsoft Visual Studio .NET\Common7
> \Tools\vsvars32.bat"
> Is there a way to do this?
> Thanks!
> David Rogers