#89 Windows batch (bat) script that counts from 0 to 10 by 2:
1 | for / l % % B in ( 10 , - 2 , 0 ) do echo % % B |
2 | pause |
Aug 13, 2020 | batch | 0 comments
#89 Windows batch (bat) script that counts from 0 to 10 by 2:
1 | for / l % % B in ( 10 , - 2 , 0 ) do echo % % B |
2 | pause |
Subscribe now to keep reading and get access to the full archive.
Recent Comments