Skip to content

Instantly share code, notes, and snippets.

@YHaruoka
Created June 22, 2022 09:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save YHaruoka/196ce7e1c25fa0a9e1457db572516feb to your computer and use it in GitHub Desktop.
Save YHaruoka/196ce7e1c25fa0a9e1457db572516feb to your computer and use it in GitHub Desktop.
@echo off
setlocal enabledelayedexpansion
for /l %%a in (1,1,1000) do (
set num=000%%a
set num=!num:~-4,4!
echo !num!
)
endlocal
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment