|
方法1:
===============
wscript.sleep 9000>>sleep.vbs
cscript sleep.vbs >nul
del sleep.vbs
====================
方法2:
=============================
@echo off
echo Hi...
echo Hello......
echo I`m here.
for /l %%i in (1,1,40000) do (echo %random%)>nul
exit
=======================================
很早的帖子:
http://bbs.wuyou.net/forum.php?m ... hlight=%D1%D3%CA%B1 |
|