Scripting >> Examples >> Example 002 - simple while loop with a loop iteration counter


 To perform an iteration until a loop counter reaches a certain number

 

 

 

 

 

 

 

 

 

 

 

 

## NOTES:
## 1. Windows batch does not have a native "while" implementation, it is simulated here with an IF and GOTO statements
##
## END ##