batch loops
set LoopVar=0
:Loop
echo %LoopVar%
set /a LoopVar=%LoopVar%+1
if not %LoopVar%==100 goto Loop
echo Done!
pause
------------------------------------
HOW IT WORKS
------------------------------------
set LoopVar=0 <--- Sets the counter to 0
:Loop
echo %LoopVar% <--- Echos Status
set /a LoopVar=%LoopVar%+1 <--- Adds +1 to the Var "LoopVar"
if not %LoopVar%==100 goto Loop <-- Until "LoopVar" equals 100 it repeats the job. (You can change the 100 to any number you would like.)
echo Done!
pause
Also in Shell:
- install automapper asp.net core mvc
- install magento 2 command line composer
- homebrew install mac
- find exclude hidden files
- electron
- git remove folder remotely
- install macos on vmware ubuntu
- install snap change in progress ubuntu
- kill all screen sessions linux
- git commit ignore eslint
- install node on ubuntu
- install drush on windoes 10
- install angular cli
- terminal how to find a directory
- git show diff in modified file
- : sudo apt install apache2
- ubuntu install apache2
- install homebrew ios
- install react bootstrap
- how to start a web server linux
- fatal error: portaudio.h: No such file or directory
- git how to delete origin branch
- append a string in all files name linux
- how to see all branches in git