Skip to content

Instantly share code, notes, and snippets.

@phg1024
Created October 27, 2014 17:22
Show Gist options
  • Select an option

  • Save phg1024/54c0cb6e39ba1b923113 to your computer and use it in GitHub Desktop.

Select an option

Save phg1024/54c0cb6e39ba1b923113 to your computer and use it in GitHub Desktop.
for /l %%x in (11, 1, 27) do (
echo 0%%x
:: do something here
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment