Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- for /f "tokens=*" %%a in (categorylist.txt) do (
- python category.py remove -from:"%%a" -pt:3 -summary:"Removing pages from non-existent categories"
- )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement