1 x 7=7
2 x 7=14
3 x 7=21
4 x 7=28
5 x 7=35
6 x 7=42
7 x 7=49
this is my code:@echo off
:start
set /p i=insert a number:
set /p a=multiplied times:
goto multi
:multi
set /a ctr=%ctr%+1 -->problem
set /a pro=%i%*%a%
echo %i% x %a%=%pro%
pause
goto start
Im very grateful to you and also gave me an advice...
hope to ask you again sometimes... :)