@echo off REM --------------------------------------------------------------------------- REM Starts the "mbproxy" Windows service. Run this script as Administrator. REM --------------------------------------------------------------------------- setlocal net session >nul 2>&1 if errorlevel 1 ( echo ERROR: this script must be run as Administrator. pause exit /b 1 ) net start mbproxy pause