diff --git a/run.bat b/run.bat index 081af67cfc33..afbab57a0603 100644 --- a/run.bat +++ b/run.bat @@ -4,5 +4,5 @@ if errorlevel 1 ( echo Installing missing packages... pip install -r requirements.txt ) -python scripts/main.py %1 +python -m autogpt %* pause