Created
May 1, 2017 21:53
-
-
Save twobob/03a6a00f757b0ff8733b10e822b4e8cc to your computer and use it in GitHub Desktop.
loop n times over command
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for /L %a in (1,1,2) do (python.exe %USERPROFILE%\AppData\Local\Programs\Python\Python36\claripy.py) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
the 2 is the amount of loops. with 10 in that and 10 specified in claripy you would process 100 per run