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