Below is my requirement.
@echo off
cls
Set Sleep=0
:start
echo This is a loop
xx.exe yyyyy.dll /p:InputDataSource=Table:table.xml
Set /A Sleep+=1
echo DisplayingSleepvalue
echo %Sleep%
goto start
Here I want to execute xx.exe yyyyy.dll /p:InputDataSource=Table:table.xml this line for 30 times….
Could any one please help me on this.
Thanks,
Manasa
Try this way:-