05-28-2012, 08:18 PM
@Hash-IT:: What you got is the best!
Just add this line to the end of each run line:
So it will check after each run, whenever it's found > stop the whole batch file.
Just add this line to the end of each run line:
Code:
IF EXIST "Found.txt" echo WPA key found! && goto:eof