Advertisement
Guest User

Untitled

a guest
Oct 9th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. set counter=0
  2. set result=0
  3. for /r C:\Users\Arthur\Desktop\teste %%f in (*.*) do (
  4.     for /f "delims=" %%a in ('python sheska.py -c "naive_bayes" -f %%f --html') do @set myresult=%%a
  5.     IF %myresult% EQU 1 SET /A counter=%counter%+1
  6. )
  7. echo %counter%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement