返回列表 发帖
本帖最后由 copp_x 于 2011-10-30 15:00 编辑
::wait user to enter strings
@echo off
set /p str=please enter a number:
pause>nul
:----------------------------------------------COPY
:random
@echo off
set str=%random%
echo %str%
if %random% gtr 10000 (echo
%random% is greater than 10000) else (
echo %random% is less than 10000
)
pause>nulCOPY
1

评分人数

TOP

返回列表