Skip to content

BatchFile

skanga edited this page Feb 15, 2015 · 2 revisions
@echo off
REM -- Run a for loop from 1 to 10
FOR /l %%A IN (1, 1, 10) DO (ECHO %%A & TIMEOUT /T 1 /NOBREAK > NUL)
Clone this wiki locally