Return to Snippet

Revision: 32812
at October 2, 2010 12:39 by Angelboy


Initial Code
@echo off
set inicio=0
set fin=10000
:batchfor
if %inicio% GTR %fin% (echo terminamos & pause > nul) else (echo Hola %inicio% & set /a inicio= %inicio% + 1 & goto batchfor)

Initial URL


Initial Description


Initial Title
For Bucle Batch

Initial Tags


Initial Language
DOS Batch