Board logo

标题: 关于choice命令的问题 [打印本页]

作者: baepyygy     时间: 2006-11-21 00:33    标题: 关于choice命令的问题

在XP系统下,提示无此命令啊!!~~
附件 1: 未命名.JPG (2006-11-21 00:33, 11.16 K, 下载附件所需积分 1点 ,下载次数: 2)



作者: kiyoyo     时间: 2006-11-21 04:40
谁说没有?
CODE:
C:\WINDOWS>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."
作者: tao0610     时间: 2006-11-21 04:49
XP英文版有CHOICE命令?
作者: redtek     时间: 2006-11-21 04:56
到这个贴子的4楼链接上下载一个Windows Server 2003中文版的Choice.exe用就行啦~:)

http://www.cn-dos.net/forum/view ... mp;highlight=choice
作者: baepyygy     时间: 2006-11-21 06:28
原来XP不带啊???
作者: lxmxn     时间: 2006-11-21 14:17


  Quote:
Originally posted by baepyygy at 2006-11-21 06:28:
原来XP不带啊???

  
  当然不带了。兄弟还不知道?

作者: srleopard     时间: 2006-11-22 02:05
2K和XP是不自带的,不过可以用SET来替代,要用的话也可以去下载一个choice.exe