Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save a-c-t-i-n-i-u-m/dfbbf31ed11acbc9e57e to your computer and use it in GitHub Desktop.
Save a-c-t-i-n-i-u-m/dfbbf31ed11acbc9e57e to your computer and use it in GitHub Desktop.
@echo off
:argsloop
rem no more arguments
if "%~1" == "" goto end
rem todo
rem end of todo
shift
goto argsloop
:end
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment