cscript, wscript: standardize "See also" section (#23206)

This commit is contained in:
Ivan Baluta
2026-07-16 01:16:44 +07:00
committed by GitHub
parent 2bea5f4008
commit 9d6d746c85
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
# cscript
> Run Windows Script Host programs in the command-line interface (CLI).
> See also: `wscript` for graphical user interface (GUI).
> See also: `wscript`.
> More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/cscript>.
- Set `cscript` (CLI) or `wscript` (GUI) as the default interpreter to run Windows Script Host programs:
+1 -1
View File
@@ -1,7 +1,7 @@
# wscript
> Run Windows Script Host programs in the graphical user interface (GUI).
> See also: `cscript` for command-line interface (CLI).
> See also: `cscript`.
> More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/cscript>.
- Set `cscript` (CLI) or `wscript` (GUI) as the default interpreter to run Windows Script Host programs: