批处理也疯狂

2017-02-04 14:07:58  批处理
@echo off
  set c=00123456789ABCDEF0
  :loop
  set /a num=%random%%%16
  call set col=%%c:~%num%,2%%
  COLOR %col%
  ping -n3 127.1>nul
  goto loop

批处理也疯狂》阅读地址:http://www.haoshilao.net/14195/

最新图文教程: