 Rank: Newbie Groups: Member
Joined: 5/5/2008 Posts: 1 Points: 3
|
devenv /edit test.c
will open that file without opening a new instance of VS2005, if an instance of VS2005 is already open.
devenv /command Tools.ExternalCommand1
will open a new VS2005 instance and then run the first External Tools command (custom command).
I don't want to open a new instance. I want to run the command on the currently open / focused file in the currently open VS2005 IDE.
It's basically combining the behavior of devenv /edit and devenv /command
Haven't figured out to do.
Does anyone know how to do, either with devenv, or by some other method?
Thanks.
|