@@ -0,0 +1,14 @@
@echo off
echo Starting Meeting Assistant...
REM Check Python
python --version >nul 2>&1
if errorlevel 1 (
echo Python not found. Please install Python 3.8+
pause
exit /b 1
)
REM Run the assistant
python main.py
The note is not visible to the blocked user.