DOS: loop
Tips & Tricks, Technology February 1st, 2006 @ECHO OFF
set counter=1
set second=10
set minute=%second% / 60
set /A stopper=1000*%second%
echo Delay … %second% second(s)
:loop
set /A counter=%counter%+1
if %counter% EQU %stopper% GOTO OK
GOTO loop
:OK
REM Put the command below
MOVE file1.txt file2.txt
Popularity: 7% [?]
Want to work hard and play hard?
Get Inside Story by E-Mail
Subscribe with Your Favorite Reader
Save To Del.icio.us | Digg This | Stumble It
Save To Del.icio.us | Digg This | Stumble It
Leave a Comment
Comment PolicyA comment will be DELETED/MODIFIED if:
- Contains links to splogs or MFA (Made For Adsense) sites
- Contains links to a non-blog related sites
- Contains racists, drugs or illegal statements and stuff like that
- Adds no value to the discussion









