Advertisement
Kyso

[Python] Parallel Flood Runner (Try more than 8 instances)

Aug 14th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.15 KB | None | 0 0
  1. # simple example to show you how to run more instances of your scripts
  2. for /l %%x in (1, 1, 8) do (
  3.    START python "K:\python\black\UDPflood.py"
  4. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement