Skip to content

Instantly share code, notes, and snippets.

@JubbaSmail
Created November 13, 2014 11:18
Show Gist options
  • Select an option

  • Save JubbaSmail/5c5caa7547e7337e21c6 to your computer and use it in GitHub Desktop.

Select an option

Save JubbaSmail/5c5caa7547e7337e21c6 to your computer and use it in GitHub Desktop.
@echo off
set x=1
:loop
echo %x%
set /a x=%x%+1
if %x% LSS 10 goto loop
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment