Throwing out a brick to attract jade
:(toy.bat
@echo off
for /l %%a in (2,2,9) do (
for /l %%b in (9,-2,1) do (
echo %%a%%b
color %%a%%b
ping -n 1 127.1>nul
)
)
Who can help modify it so that the effect is
In the same window
One line shows red
Then the next line shows blue
Then the next line shows green
And so on....
[ Last edited by namejm on 2006-12-23 at 05:05 PM ]

