Go to your project’s output directory directly by using Windows Explorer as an External Tool (Visual Studio)

Let’s keep this one short and sweet.

In your Visual Studio 200x, go to the External Tools window (under the Tools menu).  Then click on the Add button and enter the following information in each fields:

  • Title: Go To Build Output Directory (Windows Explorer) (feel free to change the title to suit your needs)
  • Command: c:\windows\explorer.exe
  • Arguments: /select, "$(TargetPath)" (don’t forget the double quotes)
  • Click on OK.

image 

This post has been viewed: 289 times. kick it on DotNetKicks.com

 

Similar posts you might be interested in reading:

Leave a comment

Powered by WP Hashcash