batch loops
Shell
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:
- Title
- how to install jupyter notebook in windows 10
- Category
- Shell
- Title
- php my admin
- Category
- Shell
- Title
- driver hosts file
- Category
- Shell
- Title
- .gitignore
- Category
- Shell
- Title
- how to pull from a particular branch in git
- Category
- Shell
- Title
- git clone repo with name
- Category
- Shell
- Title
- how to uninstall rust
- Category
- Shell
- Title
- process runninng on particular port
- Category
- Shell
- Title
- kill all python processes ubuntu
- Category
- Shell
- Title
- git prune local branches
- Category
- Shell
- Title
- how to install react spring
- Category
- Shell
- Title
- bash get field from line
- Category
- Shell
- Title
- how to install nvm in mac
- Category
- Shell
- Title
- asdf node fingerprint
- Category
- Shell
- Title
- install keras
- Category
- Shell
- Title
- install x centos 7
- Category
- Shell
- Title
- git config --global http.sslverify "false" This command resolve my problem
- Category
- Shell
- Title
- install pip3
- Category
- Shell
- Title
- how to install lightgbm on mac
- Category
- Shell
- Title
- Running modprobe bridge br_netfilter failed with message: ip: can't find device
- Category
- Shell
- Title
- intel pinning threads
- Category
- Shell
- Title
- install imblearn
- Category
- Shell
- Title
- install npm globally
- Category
- Shell
- Title
- julia install linux
- Category
- Shell
- Title
- what does pro mean in github
- Category
- Shell
- Title
- "at" ubuntu script dschedule
- Category
- Shell
- Title
- electron
- Category
- Shell
- Title
- how to set up a git repository locally
- Category
- Shell
- Title
- iis restart cfrom command promt windows
- Category
- Shell
- Title
- powershell convert text 20MB to bytes
- Category
- Shell
- Title
- command to install react cli
- Category
- Shell
- Title
- linux download ftp get all files and folders
- Category
- Shell
- Title
- install vuex
- Category
- Shell
- Title
- bash write
- Category
- Shell
- Title
- get random number shell script
- Category
- Shell
- Title
- install docker debain
- Category
- Shell
- Title
- store result of command in variable bash
- Category
- Shell
- Title
- how to install php
- Category
- Shell
- Title
- check os shell liunx cygwin darwin
- Category
- Shell
- Title
- react-devtools agent got no connection
- Category
- Shell
- Title
- htaccess secure
- Category
- Shell
- Title
- conda install paraview
- Category
- Shell
- Title
- git pull everything from development branch to feature branch
- Category
- Shell
- Title
- edit default port for linux server
- Category
- Shell
- Title
- install deb file
- Category
- Shell
- Title
- rsync vs scp speed
- Category
- Shell
- Title
- kill a port
- Category
- Shell
- Title
- bash count lines
- Category
- Shell
- Title
- shell set environment variable
- Category
- Shell
- Title
- add description to commit git
- Category
- Shell
- Title
- how to set up git ssh creds to push
- Category
- Shell
- Title
- laravel make migration
- Category
- Shell
- Title
- source fish config
- Category
- Shell
- Title
- install phpmyadmin ubuntu 18.04
- Category
- Shell
- Title
- scheduler ubuntu cmd
- Category
- Shell
- Title
- convertingwav to mp3 linux ffmpeg
- Category
- Shell
- Title
- powershell foreach
- Category
- Shell
- Title
- ubuntu remove git from folder
- Category
- Shell
- Title
- git eof config
- Category
- Shell
- Title
- count occurrences of word in file linux
- Category
- Shell
- Title
- A template was not provided. This is likely because you're using an outdated version of create-react-app. Please note that global installs of create-react-app are no longer supported.
- Category
- Shell
- Title
- linux command for get whole website
- Category
- Shell
- Title
- wtmp is not readable
- Category
- Shell
- Title
- firewall in ubuntu 18.04
- Category
- Shell
- Title
- how to import microsoft.online sharepoint powershell
- Category
- Shell
- Title
- delete a deployment in kubernetes
- Category
- Shell
- Title
- install docker on ubuntu 18.04
- Category
- Shell
- Title
- serverless sqs batch size
- Category
- Shell
- Title
- powershell start a process and wait for it to finish
- Category
- Shell
- Title
- install redux-thunk
- Category
- Shell
- Title
- linux delete appledouble ds_store files
- Category
- Shell
- Title
- git init at wrong folder
- Category
- Shell
- Title
- change remote to use ssh git command
- Category
- Shell
- Title
- ubuntu du sort by dir size
- Category
- Shell
- Title
- sudo apt get install tomcat 9
- Category
- Shell
- Title
- Why doesn't Git ignore my specified file?
- Category
- Shell
- Title
- cpoying data in batch
- Category
- Shell
- Title
- add remote in git
- Category
- Shell
- Title
- shell foreach line
- Category
- Shell
- Title
- linux command for file size
- Category
- Shell
- Title
- conda install mmcv
- Category
- Shell
- Title
- checking if a substring exists in a string bash
- Category
- Shell
- Title
- how to change directory linux
- Category
- Shell
- Title
- how to install source plugin gatsby
- Category
- Shell
- Title
- gitlab download
- Category
- Shell
- Title
- Verificação de acesso de escrita [/srv/moodle/lib/editor/atto/plugins] Instalação abortada devido a falha de validação
- Category
- Shell
- Title
- install windows service
- Category
- Shell
- Title
- how to get the size of directory in linux
- Category
- Shell
- Title
- .gitignore not working
- Category
- Shell
- Title
- how to install emotion in gatsby
- Category
- Shell
- Title
- install gnu grep on mac
- Category
- Shell
- Title
- minikube without sudo
- Category
- Shell
- Title
- install babel language
- Category
- Shell
- Title
- linux time wrong
- Category
- Shell
- Title
- upgrade yarn version
- Category
- Shell
- Title
- linux command to open a file
- Category
- Shell
- Title
- how to install openai gym in ubuntu
- Category
- Shell
- Title
- ngb-tabset install
- Category
- Shell
- Title
- exit ssh session in shell script
- Category
- Shell
- Title
- command not found: nvm
- Category
- Shell