@echo off setlocal cd /d "%~dp0" python babelnet_daily_batch.py --api-call-limit 1900 --per-key-api-call-limit 950 --sleep 0.2 endlocal