Skip to content

Commit a20fc17

Browse files
authored
remove xp and windows 2000 references (#2028)
1 parent 82b8d1d commit a20fc17

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

xml/Microsoft.VisualBasic/Interaction.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,13 @@
2828
## Remarks
2929
This module supports the Visual Basic language keywords and run-time library members that run other programs, call a method or property, sound a beep from the computer, provide a command-line string, manipulate COM objects, and control dialog boxes.
3030
31-
32-
3331
## Examples
3432
The following example uses the `Shell` function to run an application specified by the user. Specifying <xref:Microsoft.VisualBasic.AppWinStyle.NormalFocus?displayProperty=nameWithType> as the second argument opens the application in normal size and gives it the focus.
3533
3634
```vb
3735
Dim procID As Integer
3836
' Run calculator.
3937
procID = Shell("C:\Windows\system32\calc.exe", AppWinStyle.NormalFocus)
40-
' The preceding path is for Windows XP.
41-
' The Windows 2000 path is C:\WINNT\system32\calc.exe.
4238
```
4339
4440
]]></format>
@@ -1471,4 +1467,4 @@ ID = Shell("""C:\Program Files\display.exe"" -a -q", , True, 100000)
14711467
</Docs>
14721468
</Member>
14731469
</Members>
1474-
</Type>
1470+
</Type>

0 commit comments

Comments
 (0)