We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3ec3fcd + 5a473e3 commit bc2733eCopy full SHA for bc2733e
docs/ide/reference/command-devenv-exe.md
@@ -1,7 +1,7 @@
1
---
2
title: -Command (devenv.exe)
3
description: Learn how to use the Command devenv command-line switch to execute a specified command after launching the Visual Studio IDE.
4
-ms.date: 12/10/2018
+ms.date: 7/2/2025
5
ms.topic: reference
6
helpviewer_keywords:
7
- Devenv, /Command switch
@@ -45,8 +45,6 @@ The third example creates a new file called `some_file.cs` and opens it in a cod
45
```shell
46
devenv /command "Macros.MyMacros.Module1.OpenFavoriteFiles"
47
48
-devenv /command "navigate https://learn.microsoft.com/"
49
-
50
devenv /command "nf some_file.cs"
51
```
52
0 commit comments