Hi,
You can right-click on the shortcut, open the Properties window, and change
the "Start at" textbox.

Signature
Best regards,
Carlos J. Quintero
MZ-Tools: Productivity add-ins for Visual Studio
You can code, design and document much faster:
http://www.mztools.com
> Is there any way to have the Command Prompt in the tools menu open in my
> project directory instead of in the VS bin dir?
Chuck Bowling - 25 Jun 2006 19:42 GMT
Thanks.
That doesn't work. It's not a shortcut. It's a menu item in the VS IDE...
> Hi,
>
[quoted text clipped - 3 lines]
>> Is there any way to have the Command Prompt in the tools menu open in my
>> project directory instead of in the VS bin dir?
Carlos J. Quintero [VB MVP] - 26 Jun 2006 09:51 GMT
Ah, then create an External Tool with the following data:
Title: Command Prompt
Command: cmd.exe
Arguments: <empty>
Initial directory: $(ProjectDir)

Signature
Best regards,
Carlos J. Quintero
MZ-Tools: Productivity add-ins for Visual Studio
You can code, design and document much faster:
http://www.mztools.com
> Thanks.
>
[quoted text clipped - 7 lines]
>>> Is there any way to have the Command Prompt in the tools menu open in my
>>> project directory instead of in the VS bin dir?