Not bad! It would be even better if the code is more concise. Hehe!
Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum
DOS stands for freedom, openness and progress. Let us work hard, learn from the openness and GNU spirit of FreeDOS and Linux, and together build and grow a free GNU GPL world!
Originally posted by mouzeming at 2006-12-3 10:04 PM:
What does "ping -n 2 127.1>nul" mean?
I just joined not long ago. I don't understand this.
Please explain. I couldn't find relevant information online <maybe I didn't find it>
Originally posted by sea1112 at 2008-3-19 01:29 AM:
Ping yourself with a time of 2 seconds >nul means no content is echoed
Ping -n 2 127.1
Reply from 127.0.0.1: bytes=32 time<1ms TTL=64
Reply from 127.0.0.1: bytes=32 time<1ms TTL=64
Ping -n 2 1 ...
| Rater | Score | Time |
|---|---|---|
| bat-zw | +3 | 2008-05-23 00:47 |
Originally posted by joyn at 2008-5-6 07:44 PM:
@echo off
mode con lines=10
title 感情进度条
color 0c
set /a sleep=1
set n=0
for /l %%i in (1,1,36) do (set /a n+=1&call :ech)
color fc
echo.任意健退出.......
pause > nul
...