explorer %x
--------------作者: pusofalse 时间: 2008-7-2 11:51 set/p x=
if "%x%" equ "open" start "" "%cd%"作者: HAT 时间: 2008-7-2 12:02 尽快学会查看帮助
Quote:
set /?
SET /P variable=[promptString]
The /P switch allows you to set the value of a variable to a line of input
entered by the user. Displays the specified promptString before reading
the line of input. The promptString can be empty.