echo off
:start
time/t >>1.txt
ping -n 60 127.0.0.1 1>nul
goto :start
