「TMV」- cmd.exe

应用

命令行启动程序(cmd)

How to Run an EXE File From Command Prompt: 10 Steps

start "C:\Program Files (x86)\Foxit Software\Foxit Reader" FoxitReader.exe

Windows 10 | Prompt

A better PROMPT for CMD.EXE or Cool Prompt Environment Variables and a nice transparent multi-prompt
Command-Line Reference/Prompt
Command-Line Reference/color
How to change ONLY the prompt color of the Windows command-line?
How do I change the command-line prompt in Windows?

set prompt=$p$s$d$t$_#$s

// Windows 10 已加入对 ANSI Color 支持

set prompt=$E[1;34;40m$p$s$d$t$E[0;37;40m$_#$s

如果需要持久化配置,则需要增加 PROMPT 环境变量,然后重启 Terminal 即可;

参考

windows – is cmd.exe a shell, a terminal emulator or both? – Stack Overflow