[ Last edited by beeny on 2007-2-6 at 10:08 PM ]作者: huzixuan 时间: 2007-2-9 00:13 @echo off
setlocal enabledelayedexpansion
set space=
set 顶=顶
:top
set /a ++=1
set /p=!space!<nul
for /l %%i in (1,1,%+%) do (set /p=!顶!<nul)
set space=%space:~1%
if "%space%"=="" pause>nul
echo.
goto top作者: huzixuan 时间: 2007-2-9 00:17 @echo off
setlocal enabledelayedexpansion
set space=
set 顶=顶
:top
set /a ++=1
set /p=!space!<nul
for /l %%i in (1,1,%+%) do (set /p=!顶!<nul)
set space=%space:~1%
@mshta "javascript:new ActiveXObject('SAPI.SpVoice').Speak('ding');window.close();"
if "%space%"=="" pause>nul
echo.
goto top