Welcome to EntropyZero Blogging Server Sign in | Join | Help

Mike_Brockey[0].Blog()

Object reference not set to an instance of an object.
Running batch files from within Visual Studio 2008

This is pretty easy to setup.

>> All you have to do is, setup command prompt in external tools with following option
Title :MyCommandPrompt
Command c:\windows\System32\cmd.exe
Arguments: /k $(ItemPath)
Initial directory: $(ProjectDir)

http://www.dotnetjunkies.com/WebLog/hdcornerblogs/archive/2006/03/09/135823.aspx

It does also work in VS2008!!

Now setup a keyboard shortcut for "Tools.ExternalComment0" (it was my first) to something like (Ctrl-K, Ctrl-E) and now you are in business!

 

Posted: Saturday, April 11, 2009 2:11 PM by mike.brockey

Comments

No Comments

New Comments to this post are disabled