Advertisement
idisjunction

Untitled

Jul 14th, 2013
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. @echo off
  2. for /f "tokens=*" %%a in (categorylist.txt) do (
  3. python category.py remove -from:"%%a" -pt:3 -summary:"Removing pages from non-existent categories"
  4. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement