TCC: Unknown command "False"

May 20, 2008
12,173
133
Syracuse, NY, USA
The second and third commands below do the right thing, namely, start DEVENV with the specified solution. But the third one also produces an odd error message. It's the same after starting with /IIPS.
Code:
v:\> echo %@regquery["HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\10.0\ProjectMRUList\File1"]
P:\dumbdirsrc\Micro.sln

v:\> start P:\dumbdirsrc\Micro.sln

v:\> start %@regquery["HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\10.0\ProjectMRUList\File1"]
TCC: Unknown command "False"

v:\>
 

Charles Dye

Super Moderator
Staff member
May 20, 2008
4,689
106
Albuquerque, NM
prospero.unm.edu
And you get a different error message if you use this syntax:

Code:
start /pgm "%@regquery["HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\10.0\ProjectMRUList\File1"]"
 

Similar threads