mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
cscript, wscript: standardize "See also" section (#23206)
This commit is contained in:
@@ -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,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:
|
||||
|
||||
Reference in New Issue
Block a user