You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@adalon mentioned that "It should run the specified devenv command using the associated prompt context (VsDevCmd.bat)."
I don't think that should be necessary since it's not necessary to run devenv.exe with parameters itself from a developer command
prompt. So just running it with the provided args would be just fine I think.
The text was updated successfully, but these errors were encountered:
It's useful to be able to run some built-in commands, like
devenv -updateconfiguration
ordevenv -rootSuffix Exp
.The proposed syntax after talking with @adalon is:
Examples:
One useful option that could be alias for
devenv.exe
is:We should likely document in
-?|h|help
the built-in arguments too.@adalon mentioned that "It should run the specified devenv command using the associated prompt context (VsDevCmd.bat)."
I don't think that should be necessary since it's not necessary to run
devenv.exe
with parameters itself from a developer commandprompt. So just running it with the provided args would be just fine I think.
The text was updated successfully, but these errors were encountered: