prompt (允许调整MS-DOS中显示的信息量)

秃噜豆儿 发表于 2020-06-24 14:41
浏览次数:
在手机上阅读

查看英文版

目录

1 prompt 运行系统环境

2 prompt 语法

3 prompt 示例

prompt 运行系统环境

Windows 95

Windows 98

Windows xp

Windows 2000

Windows 7

Windows 8

Windows 10

Windows NT

Windows ME

All Versions of MS-DOS

prompt 语法

Windows Vista和更高版本的语法
PROMPT [text]

[text]指定一个新的命令提示符。
提示可以由普通字符和以下特殊代码组成:

$A & (&)
$B | (管道)
$C ( (左括号)
$D 当前日期
$E 转义码(ASCII码27)
$F ) (右括号)
$G > (大于符号)
$H 退格键(擦除前一个字符)
$L < (小于符号)
$N 当前驱动器
$P 当前驱动器和路径
$Q = (等号)
$S (空格)
$T 当前时间
$V Windows 版本号
$_ 回车和换行
$$ $ (美元符号)

如果启用了命令扩展,则PROMPT命令支持以下附加格式字符:

$+ 零个或多个加号(+)字符,具体取决于PUSHD目录堆栈的深度,每推入一个级别一个字符。
$M 显示与当前驱动器号或空字符串关联的远程名称(如果当前驱动器不是网络驱动器)。
Windows XP和更早的语法
PROMPT [text]

[text]指定一个新的命令提示符。
提示可以由普通字符和以下特殊代码组成:

$Q = (等号)
$$ $ (美元符号)
$T 当前时间
$D 当前日期
$P 当前的驱动器和路径
$V Windows版本号
$N 当前驱动器
$G > (大于符号)
$L & (小于符号)
$B | (管道)
$H 退格键(擦除前一个字符)
$E 转义码(ASCII码27)
$_ 回车和换行

键入提示不带参数的提示重置为默认设置。

Windows Vista and later syntax
PROMPT [text]

[text] Specifies a new command prompt.

The prompt can be made up of normal characters and the below special codes:

$A & (ampersand).
$B | (pipe).
$C ( (left parenthesis).
$D Current date.
$E Escape code (ASCII code 27).
$F ) (right parenthesis).
$G > (greater than sign).
$H Backspace (erases the previous character).
$L < (less than sign).
$N Current drive.
$P Current drive and path.
$Q = (equal sign).
$S (space).
$T Current time.
$V Windows version number.
$_ Carriage return and line feed.
$$ $ (dollar sign).

If Command Extensions are enabled, the PROMPT command supports the following additional formatting characters:

$+ Zero or more plus sign (+) characters depending on the depth of the PUSHD directory stack, one character for each level pushed.
$M Displays the remote name associated with the current drive letter or the empty string if the current drive is not a network drive.
Windows XP and earlier syntax
PROMPT [text]

[text] specifies a new command prompt.

The prompt can be made up of normal characters and the below special codes:

$Q = (equal sign).
$$ $ (dollar sign).
$T Current time.
$D Current date.
$P Current drive and path.
$V Windows version number.
$N Current drive.
$G > (greater than sign).
$L & (less than sign).
$B | (pipe).
$H Backspace (erases the previous character).
$E Escape code (ASCII code 27).
$_ Carriage return and line feed.

Type prompt without parameters to reset the prompt to the default setting.

查看英文版

查看中文版

prompt 示例

prompt $t $d$_$p$g

在DOS中时,在提示上方显示时间和日期。

prompt $t $d$_$p$g

Display the time and the date above your prompt when in DOS.

查看英文版

查看中文版

其他命令行

path | pathping | pause | ping | popd | power | print | pushd |

如此好文,分享给朋友
发表评论
验证码:
评论列表
共0条