返回列表 发帖

回复 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楼 的帖子

帮你改进下;:
echo off&setlocal enabledelayedexpansion&title 批处理模拟Win 2000启动界面
start /min wmplayer.exe http://www.learn-chinese-songs.com/She-Superstar.mp3
chcp 437>nul&&graftabl 936>nul
if not exist CONFIG.NT copy %WinDir%\System32\CONFIG.NT CONFIG.NT
cls
echo DEVICE=%WinDir%\System32\ANSI.SYS /x >%WinDir%\System32\CONFIG.NT
MODE con: COLS=75 LINES=37
for /l %%i in (1,1,11) do echo.
command /cecho 
command /cecho                                 ███ ███
command /cecho                                 ███ ███
command /cecho                                 ███ ███
command /cecho 
command /cecho                                 ███ ███
command /cecho                                 ███ ███
command /cecho                                 ███ ███TM
for /l %%i in (1,1,6) do echo.
command /cecho                     Microsoft@  Windows  Professional
command /cecho                               Windows 2000 正在启动中,请稍候........
command /cecho 
for /l %%i in (1,1,4) do echo.
set /p a=">=============================================================================="<nul
for /l %%i in (1,1,80) do (
set /p aa=<nul
)
for /l %%i in (1,1,80) do (
set /p aa=^><nul
ping/n 0 127.1 >nul
)
pause>nul=del   CONFIG.NT
del   CONFIG.NTCOPY

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

返回列表