@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



Your Ad Here