@ECHO OFF PUSHD %~dp0\Chromium chrome.exe --flag-switches-begin --no-default-browser-check --no-first-run --no-pings --disable-sync --allow-outdated-plugins --disable-logging --disable-breakpad --user-data-dir=user_data --app="%~1" --proxy-server="127.0.0.1:22500" --flag-switches-end POPD @echo off