我也算是个老鸟了,由于长时间光看各位老大的帖子,今天我也来一手。
使用方法,将下面的文件保存为**.bat,双击运行即可。
@ECHO off
setlocal enabledelayedexpansion
TITLE 经典的批处理时钟.bat
:1
MODE con: COLS=35 LINES=5
for %%i in (4 3 5 6 1 9 3 4 2 1 4 7 6 5) do (
for %%j in (f a e c b c a b e f b d) do (
if %%i neq %%j (
set tm1=!time:~0,2!
set tm2=!time:~3,2!
set tm3=!time:~6,2!
ECHO ==============================
ECHO %date% !tm1!点!tm2!分!tm3!秒
ECHO ==============================
ECHO =========北=京=时=间==========
ping -n 2 127.1>nul
color %%i%%j)))
goto 1
[ Last edited by namejm on 2007-2-2 at 04:29 PM ]
使用方法,将下面的文件保存为**.bat,双击运行即可。
@ECHO off
setlocal enabledelayedexpansion
TITLE 经典的批处理时钟.bat
:1
MODE con: COLS=35 LINES=5
for %%i in (4 3 5 6 1 9 3 4 2 1 4 7 6 5) do (
for %%j in (f a e c b c a b e f b d) do (
if %%i neq %%j (
set tm1=!time:~0,2!
set tm2=!time:~3,2!
set tm3=!time:~6,2!
ECHO ==============================
ECHO %date% !tm1!点!tm2!分!tm3!秒
ECHO ==============================
ECHO =========北=京=时=间==========
ping -n 2 127.1>nul
color %%i%%j)))
goto 1
[ Last edited by namejm on 2007-2-2 at 04:29 PM ]
本帖最近评分记录
(共 1 条)
点击查看详情
| 评分人 | 分数 | 时间 |
|---|---|---|
| PPdos | +2 | 2007-01-30 08:57 |



