cmd windows 命令sleep_在Windows命令行( 或者DOS) 如何睡眠5秒?_windows_酷徒编程知识库...

尝试Choice 命令,在MSDOS 6.0它已经有了,应该能做到。

使用/T参数指定超时以秒为单位,/D参数指定默认选择和忽略选择的选项。C:>CHOICE /?

CHOICE [/C choices] [/N] [/CS] [/T timeout /D choice] [/M text]

Description:

This tool allows users to select one item from a list

of choices and returns the index of the selected choice.

Parameter List:

/C choices Specifies the list of choices to be created.

Default list is "YN".

/N Hides the list of choices in the prompt.

The message before the prompt is displayed

and the choices are still enabled.

/CS Enables case-sensitive choices to be selected.

By default, the utility is case-insensitive.

/T timeout The number of seconds to pause before a default

choice is made. Acceptable values are from 0 to

9999. If 0 is specified, there will be no pause

and the default choice is selected.

/D choice Specifies the default choice after nnnn seconds.

Character must be in the set of choices specified

by /C option and must also specify nnnn with /T.

/M text Specifies the message to be displayed before

the prompt. If not specified, the utility

displays only a prompt.

/? Displays this help message.

NOTE:

The ERRORLEVEL environment variable is set to the index of the

key that was selected from the set of choices. The first choice

listed returns a value of 1, the second a value of 2, and so on.

If the user presses a key that is not a valid choice, the tool

sounds a warning beep. If tool detects an error condition,

it returns an ERRORLEVEL value of 255. If the user presses

CTRL+BREAK or CTRL+C, the tool returns an ERRORLEVEL value

of 0. When you use ERRORLEVEL parameters in a batch program, list

them in decreasing order.

Examples:

CHOICE /?

CHOICE /C YNC /M "Press Y for Yes, N for No or C for Cancel."

CHOICE /T 10 /C ync /CS /D y

CHOICE /C ab /M "Select a for option 1 and b for option 2."

CHOICE /C ab /N /M "Select a for option 1 and b for option 2."

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值