@echo off set SCRIPT_DIR=%~dp0 pushd "%SCRIPT_DIR%" start "" /B pythonw "tutorial.py" popd exit