China DOS Union

-- Unite DOS · Advance DOS · Grow DOS --

Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum
DOS stands for freedom, openness and progress. Let us work hard, learn from the openness and GNU spirit of FreeDOS and Linux, and together build and grow a free GNU GPL world!

中国DOS联盟论坛
The time now is 2026-08-01 20:07
中国DOS联盟论坛 » DOS批处理 & 脚本技术(批处理室) » Original: CHOICE.EXE 2K3版本经典例子 View 1,778 Replies 4
Original Poster Posted 2006-03-07 18:00 ·  中国 广东 东莞 电信
初级用户
★★
Credits 201
Posts 92
Joined 2005-12-28 17:44
20-year member
UID 48072
Status Offline
:
:start
cls
color 2F
echo. ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆
echo.
echo Please choose whether to shut down immediately
echo. ----------------------
echo Automatically select for: immediate in 8 seconds
echo. ----------------------
echo Please enter (Y immediate/N later) to choose
echo.
echo. ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆
choice /c:YN /d Y /t 8 /N

if errorlevel 255 goto start
if errorlevel 2 goto a
if errorlevel 1 goto b
if errorlevel 0 goto start

:b
color 2F
echo.
echo.
echo You chose to shut down immediately
shutdown -s -t 0
exit

:a
color f2
echo.
echo.
echo You chose to shut down later
shutdown -a
exit
Floor 2 Posted 2006-03-07 22:57 ·  中国 江苏 连云港 电信
中级用户
★★
传说中的菜鸟
Credits 275
Posts 112
Joined 2005-04-22 00:00
21-year member
UID 38486
Gender Male
Status Offline
Come in to learn.
Floor 3 Posted 2006-03-11 21:41 ·  中国 广东 惠州 电信
新手上路
Credits 7
Posts 2
Joined 2006-03-11 08:46
20-year member
UID 51779
Gender Male
Status Offline
Can you give a detailed explanation of the specific parameters of CHOICE?
Floor 4 Posted 2006-03-13 10:55 ·  中国 北京 顺义区 联通
银牌会员
★★★
DOS联盟捡破烂的
Credits 1,144
Posts 425
Joined 2005-10-20 00:00
20-year member
UID 43784
From 北京
Status Offline
CHOICE version 4.1, Copyright (C) 1994--2003 Jim Hall, jhall@freedos.org
Waits for the user to press a key, from a list of choices
Usage: CHOICE choices ] c,nn ]
/B - Sound an alert (beep) at prompt
/Cchoices - Specifies allowable keys. Default is: yn
/N - Do not display the choices at end of prompt
/S - Be case-sensitive
/Tc,nn - Automatically choose key c after nn seconds
text - The text to display as a prompt

People with poor English skills, those who can read English but can't translate, and those who can translate but don't do menial work don't apply........
Floor 5 Posted 2010-09-22 07:57 ·  中国 广东 清远 电信
新手上路
Credits 7
Posts 4
Joined 2009-01-24 00:26
17-year member
UID 137339
Gender Male
Status Offline
Forum Jump: