Skip to content

Commit ce8a1bb

Browse files
Kissakifdncred
andauthored
Improve wording
* 'forwarded' -> 'internal' Co-authored-by: Darren Schroeder <[email protected]>
1 parent c5bd402 commit ce8a1bb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

book/coming_from_cmd.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,12 @@ This table was last updated for Nu 0.67.0.
5959

6060
## Forwarded CMD.EXE commands
6161

62-
Nu accepts and runs *some* CMD.EXE commands through `cmd.exe`.
62+
Nu accepts and runs *some* of CMD.EXE's internal commands through `cmd.exe`.
6363

64-
The forwarded commands are: `ASSOC`, `CLS`, `ECHO`, `FTYPE`, `MKLINK`, `PAUSE`, `START`, `VER`, `VOL`
64+
The internal commands are: `ASSOC`, `CLS`, `ECHO`, `FTYPE`, `MKLINK`, `PAUSE`, `START`, `VER`, `VOL`
6565

66-
These forwarded commands take precedence over external commands.
66+
These internal commands take precedence over external commands.
6767

68-
For example, with a `ver.bat` file in the current working directory, executing `^ver` leads to the CMD.EXE `VER` being executed, *NOT* the `ver.bat` file.
68+
For example, with a `ver.bat` file in the current working directory, executing `^ver` executes CMD.EXE's internal `VER` command, *NOT* the `ver.bat` file.
6969

7070
Executing `./ver` or `ver.bat` *will* execute the local bat file though.

0 commit comments

Comments
 (0)