@echo off
REM ===================================================================
REM Loop 10 times using STRINGS to increment a loop variable.
REM ===================================================================
SET count=1
:LABEL1
ECHO %COUNT%
STRINGS count = ADD %COUNT%, 1
IF NOT .%COUNT%==.10 GOTO LABEL1
SET count=
file: /Techref/dos/command/strings/LOOP.BAT,
0KB, , updated: 1992年11月5日 23:18, local time: 2025年10月6日 20:49,
©2025 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE.
Questions?<A HREF="http://massmind.org/techref/dos/command/strings/LOOP.BAT"> dos command strings LOOP</A>
Did you find what you needed?
Welcome to massmind.org!
Welcome to massmind.org!
.