Skip to content

Instantly share code, notes, and snippets.

@twobob
Created May 1, 2017 21:53
Show Gist options
  • Save twobob/03a6a00f757b0ff8733b10e822b4e8cc to your computer and use it in GitHub Desktop.
Save twobob/03a6a00f757b0ff8733b10e822b4e8cc to your computer and use it in GitHub Desktop.
loop n times over command
for /L %a in (1,1,2) do (python.exe %USERPROFILE%\AppData\Local\Programs\Python\Python36\claripy.py)
@twobob
Copy link
Author

twobob commented May 3, 2017

the 2 is the amount of loops. with 10 in that and 10 specified in claripy you would process 100 per run

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment