[新手上路]批处理新手入门导读[视频教程]批处理基础视频教程[视频教程]VBS基础视频教程[批处理精品]批处理版照片整理器
[批处理精品]纯批处理备份&还原驱动[批处理精品]CMD命令50条不能说的秘密[在线下载]第三方命令行工具[在线帮助]VBScript / JScript 在线参考
返回列表 发帖

回复 15楼 的帖子

显示20个空行
我帮忙写的代码不需要付钱。如果一定要给,请在微信群或QQ群发给大家吧。
【微信公众号、微信群、QQ群】http://bbs.bathome.net/thread-3473-1-1.html
【支持批处理之家,加入VIP会员!】http://bbs.bathome.net/thread-67716-1-1.html

TOP

原帖由 Batcher 于 2009-6-1 23:02 发表
显示20个空行



我注意到后面有两个echo.

TOP

回复 1楼 的帖子

帮你改进下;:
  1. echo off&setlocal enabledelayedexpansion&title 批处理模拟Win 2000启动界面
  2. start /min wmplayer.exe http://www.learn-chinese-songs.com/She-Superstar.mp3
  3. chcp 437>nul&&graftabl 936>nul
  4. if not exist CONFIG.NT copy %WinDir%\System32\CONFIG.NT CONFIG.NT
  5. cls
  6. echo DEVICE=%WinDir%\System32\ANSI.SYS /x >%WinDir%\System32\CONFIG.NT
  7. MODE con: COLS=75 LINES=37
  8. for /l %%i in (1,1,11) do echo.
  9. command /cecho 
  10. command /cecho                                 ███ ███
  11. command /cecho                                 ███ ███
  12. command /cecho                                 ███ ███
  13. command /cecho 
  14. command /cecho                                 ███ ███
  15. command /cecho                                 ███ ███
  16. command /cecho                                 ███ ███TM
  17. for /l %%i in (1,1,6) do echo.
  18. command /cecho                     Microsoft@  Windows  Professional
  19. command /cecho                               Windows 2000 正在启动中,请稍候........
  20. command /cecho 
  21. for /l %%i in (1,1,4) do echo.
  22. set /p a=">=============================================================================="<nul
  23. for /l %%i in (1,1,80) do (
  24. set /p aa=<nul
  25. )
  26. for /l %%i in (1,1,80) do (
  27. set /p aa=^><nul
  28. ping/n 0 127.1 >nul
  29. )
  30. pause>nul=del   CONFIG.NT
  31. del   CONFIG.NT
复制代码

TOP

回复 15楼 的帖子

显示20个换行符
知道了吗

TOP

回复 1# 小竹


    游戏进度条啊

TOP

很不错啊  我来了

TOP

那个彩色是怎么弄出来的……

TOP

不懂9-11代码的含义

TOP

for /l %%i in (1,1,80) do (
set /p aa=<nul
)

这个什么作用??大神回复下谢谢

TOP

好像还不错

TOP

返回列表