batch programming. Windows
Добавлено: 11 ноя 2009, 14:02
Hello all
How to do something like this in batch file(s):
FOR %n = 1 TO 50
{
echo WORD%n
}
expecting to get:
WORD1
WORD2
....
WORD50
How to do something like this in batch file(s):
FOR %n = 1 TO 50
{
echo WORD%n
}
expecting to get:
WORD1
WORD2
....
WORD50