Skip to content

Commit bc2733e

Browse files
Merge pull request #14065 from MicrosoftDocs/ghogen-patch-543019
Remove command that doesn't work
2 parents 3ec3fcd + 5a473e3 commit bc2733e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/ide/reference/command-devenv-exe.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: -Command (devenv.exe)
33
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
4+
ms.date: 7/2/2025
55
ms.topic: reference
66
helpviewer_keywords:
77
- Devenv, /Command switch
@@ -45,8 +45,6 @@ The third example creates a new file called `some_file.cs` and opens it in a cod
4545
```shell
4646
devenv /command "Macros.MyMacros.Module1.OpenFavoriteFiles"
4747

48-
devenv /command "navigate https://learn.microsoft.com/"
49-
5048
devenv /command "nf some_file.cs"
5149
```
5250

0 commit comments

Comments
 (0)